How to detect the temperature degrees from a thermal image taken by Therm App camera ?

8 views (last 30 days)
Hello,
I would like to ask about how can i use matlab to detect the temperature out from a thermal image taken by themapp camera. I converted the thermal image to greyscaled image, plus i applied Adaptive thresholding for it. Looking for help.
Thanks

Accepted Answer

Image Analyst
Image Analyst on 14 Oct 2016
"I converted the thermal image to greyscaled image" <= well there's your problem. DON'T DO THAT. Keep the thermal image as it is, with units of temperature as given by your instrument. DO NOT convert units to gray levels. Keep your thermal image unconverted and you'll have the proper units or Kelvin or Celcius or whatever.
  8 Comments
Jai Sri
Jai Sri on 13 Apr 2020
But error in the line Histogram (thermalImage,'Normalizaton','probability'); How i solve this problem?
Image Analyst
Image Analyst on 13 Apr 2020
Change "Histogram" to "histogram" and 'Normalizaton' to 'Normalization'. Also, what version are you using? histogram() was introduced in R2014b. Plus, you never told me the error for some reason, and my crystal ball is in the shop for repairs.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!