how to open a thermal image in matlab

조회 수: 11 (최근 30일)
Sharon McGavin
Sharon McGavin 2019년 6월 20일
댓글: KALYAN ACHARJYA 2019년 6월 20일
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!!

채택된 답변

KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 6월 20일
편집: KALYAN ACHARJYA 2019년 6월 20일
How to open a thermal image in matlab?
im=imread('image name.jpg');
imshow(im);
Is there any issue?
  댓글 수: 4
Sharon McGavin
Sharon McGavin 2019년 6월 20일
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
KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 6월 20일
Welcome Ji, Read here

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by