how to open a thermal image in matlab

3 visualizzazioni (ultimi 30 giorni)
Hi, I haven't used matlab but I'm familiar with R and Python.
Where do I start if I want to open a thermal image in matlab?
The image was taken using a Therm-app camera and I have 4 files, .jpg .txt and _meta.json and _meta.nxclt files.
I've been searching on the internet for 3 hours and can't find much.
Thanks!!

Risposta accettata

KALYAN ACHARJYA
KALYAN ACHARJYA il 20 Giu 2019
Modificato: KALYAN ACHARJYA il 20 Giu 2019
How to open a thermal image in matlab?
im=imread('image name.jpg');
imshow(im);
Is there any issue?
  4 Commenti
Sharon McGavin
Sharon McGavin il 20 Giu 2019
thanks, worked great!
I also have a txt file, I think the values in the text file might represent temperatures so now I will try to work out how to open the text file as an image and map the values as colours

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Convert Image Type in Help Center e File Exchange

Prodotti

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by