how to open a thermal image in matlab

11 views (last 30 days)
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!!

Accepted Answer

KALYAN ACHARJYA
KALYAN ACHARJYA on 20 Jun 2019
Edited: KALYAN ACHARJYA on 20 Jun 2019
How to open a thermal image in matlab?
im=imread('image name.jpg');
imshow(im);
Is there any issue?
  4 Comments
Sharon McGavin
Sharon McGavin on 20 Jun 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

Sign in to comment.

More Answers (0)

Categories

Find more on Convert Image Type in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!