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

6 visualizaciones (últimos 30 días)
  1 comentario
Rik
Rik el 26 de Oct. de 2020
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.

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
Image Analyst el 26 de Oct. de 2020
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 comentarios
shalinee badoni
shalinee badoni el 27 de Oct. de 2020
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 el 27 de Oct. de 2020
There are two hotter regions in the image he attached. Did you try that?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Red en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by