how to open a thermal image in matlab
    4 views (last 30 days)
  
       Show older comments
    
    Sharon McGavin
 on 20 Jun 2019
  
    
    
    
    
    Commented: KALYAN ACHARJYA
      
      
 on 20 Jun 2019
            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!!
0 Comments
Accepted Answer
  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
More Answers (0)
See Also
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!