フィルターのクリア

How to detect hotspot from infrared image can i get the code for this

4 ビュー (過去 30 日間)
shalinee badoni
shalinee badoni 2020 年 10 月 26 日
コメント済み: Rik 2020 年 10 月 27 日
  1 件のコメント
Rik
Rik 2020 年 10 月 26 日
The best way is probably to use the raw camera output.
The other way would be to remove the UI elements (battery indicator etc), extract the temperature scale (both the numbers and the colormap to convert the colors to temperatures). Then you can use rgb2ind and index into the lookup table you have created from the scale to get the temperature image. See why I would suggest using the raw output of your camera?
Only when you have better data can you start with this task. What do you mean by hotspot? What is a spot? Can there be multiple? Is a large area multiple semi-overlapping spots, or a single big spot? What is hot?
Most of these questions will depend on what you want to do next.
Have a read here and here. It will greatly improve your chances of getting an answer.

サインインしてコメントする。

採用された回答

Image Analyst
Image Analyst 2020 年 10 月 26 日
Do you have the thermal data? I think the cheapest FLIR One camera only gives you a pseudocolored image but if youi pay like $100 more you can get the version that gives you the image in units of degrees instead of RGB. That is what you need. Otherwise you're stuck doing something like in the attached demo, which is not ideal.
  2 件のコメント
shalinee badoni
shalinee badoni 2020 年 10 月 27 日
Thank you fo the help..Do you have example of any image where hotspotcan be seen so that i can get an idea
Rik
Rik 2020 年 10 月 27 日
There are two hotter regions in the image he attached. Did you try that?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeRed についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by