Clear Filters
Clear Filters

Heatmap extraction from thermal camera image?

4 views (last 30 days)
I don't know exactly how to write. If anyone knows can help?
There should be a select button. All functions should be visible on the graphical interface. pop-up selection key should be. (Take Image, Draw Histogram, …etc.) A graphic window with in and out signs drawn in a suitable part of the screen should be.
Can you help me?
  2 Comments
Walter Roberson
Walter Roberson on 29 Apr 2022
What kind of camera is it?
If you are using a FLIR camera then you need to use their extra-cost software to extract the actual temperature data. There is an exception if the camera has wifi, in which case there is an Android app that can extract the data.
Özgür Uzunkaya
Özgür Uzunkaya on 9 May 2022
This is my homework i will not use in real life. I am asked to create a heatmap from a thermal camera image.

Sign in to comment.

Answers (2)

Image Analyst
Image Analyst on 9 May 2022
See attached demo and modify image and colorbar locations to fit your image.
  3 Comments
Image Analyst
Image Analyst on 17 May 2022
@Özgür Uzunkaya you must have a really old version (older than r2017b). Replace isfile with exist
if ~exist(fullFileName, 'file')

Sign in to comment.


Özgür Uzunkaya
Özgür Uzunkaya on 17 May 2022
Edited: Özgür Uzunkaya on 17 May 2022
yes, it really worked now, but it gives values when it is opened, it gives an error when it says ok, why might this occur?
  13 Comments
Özgür Uzunkaya
Özgür Uzunkaya on 19 May 2022
In the 2017 version, this gives an error as you wrote. 'Unrecognized property 'WindowState' for class 'matlab.ui.Figure'.'. you are right, i should try the latest version.

Sign in to comment.

Categories

Find more on Data Distribution Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!