how to open a thermal image in matlab
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Sharon McGavin
il 20 Giu 2019
Commentato: KALYAN ACHARJYA
il 20 Giu 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 Commenti
Risposta accettata
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
Più risposte (0)
Vedere anche
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!