Heatmap extraction from thermal camera image?
古いコメントを表示
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 件のコメント
Walter Roberson
2022 年 4 月 29 日
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
2022 年 5 月 9 日
回答 (2 件)
Image Analyst
2022 年 5 月 9 日
0 投票
See attached demo and modify image and colorbar locations to fit your image.
3 件のコメント
Özgür Uzunkaya
2022 年 5 月 17 日
Image Analyst
2022 年 5 月 17 日
if ~exist(fullFileName, 'file')
Image Analyst
2022 年 6 月 14 日
Is eveything OK with this now?
Özgür Uzunkaya
2022 年 5 月 17 日
編集済み: Özgür Uzunkaya
2022 年 5 月 17 日
0 投票
13 件のコメント
Image Analyst
2022 年 5 月 17 日
Again it's because of your really old version which doesn't have histogram. You'll have to convert the histogram call to hist or histcounts, whichever is in the old version you have.
Walter Roberson
2022 年 5 月 17 日
編集済み: Walter Roberson
2022 年 5 月 17 日
R14SP2 was released in March 2005, 17 years ago. The information that you were using such an old version should have been included in your question, or marked in the Release field when you created the question.
You need to change the histogram() call to a call to hist() . Note that hist() does not support the normalization option, so if normalization is important then you will need to use histcounts() to get the counts, divide those by the total count to get probability, and then use bar() to display the data.
Özgür Uzunkaya
2022 年 5 月 18 日
Image Analyst
2022 年 5 月 18 日
Attach the script with your modifications so I can fix it.
imageco12=460
should not cause any errors but maybe the problem is actually with the line above that. That is your line of code not mine, but I could still fix it. Attach your image also.
Özgür Uzunkaya
2022 年 5 月 18 日
Image Analyst
2022 年 5 月 18 日
Like I asked before, attach your m-file script and your RGB input image. Use the paperclip icon. I'll check back later today for them.
Özgür Uzunkaya
2022 年 5 月 18 日
Walter Roberson
2022 年 5 月 19 日
That needs R2018a. If you look through the above link you can find versions that work for earlier releases.
Or you could just comment that out and proceed, and worry about getting the rest of the logic right before you worry about making it the most beautiful.
Image Analyst
2022 年 5 月 19 日
Just comment out any function that does histogramming or plotting. Just look at the final image variable. That's really all you need.
Özgür Uzunkaya
2022 年 5 月 19 日
Image Analyst
2022 年 5 月 19 日
You don't even need that code. To maximize a figure, I think since 2014b, you can do
g = gcf;
g.WindowState = 'maximized';
If you're going to download another version, why download a 4 year old version to replace a 5 year old version? Why not get the latest version?
Özgür Uzunkaya
2022 年 5 月 19 日
Özgür Uzunkaya
2022 年 5 月 21 日
カテゴリ
ヘルプ センター および File Exchange で Blue についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!




