Thermal image how to measure the temperature of each pixel

44 vues (au cours des 30 derniers jours)
Mohamed Shembesh
Mohamed Shembesh le 28 Jan 2020
Commenté : Image Analyst le 6 Juin 2022
I'm working on thermal camera image processing and I would like to show what every pixel means in temperature (Finite element analysis). How can I create such code?
Can the image process toolbox help me?
and also how can I put it in the code so it can give me temperatures for certain colors for the attached image?
IMG_1430.jpg

Réponse acceptée

Image Analyst
Image Analyst le 28 Jan 2020
You'd be best off using the FLIR camera that can export the temperature image directly, instead of the cheapest of their lineup (FLIR One) that only gives you pseudocolored images. It would be a lot easier and would be money well spent.
Otherwise, see my attached demo that allows you to specify the colorbar location and min and max temperature of the colorbar and builds a temperature image from the pseudocolored RGB image.
00_Screenshot.png
  1 commentaire
Lawrence Ningombam
Lawrence Ningombam le 6 Juin 2022
How to calculate temperature value from this histogram

Connectez-vous pour commenter.

Plus de réponses (2)

Lawrence Ningombam
Lawrence Ningombam le 5 Juin 2022
How to measure the temperature of this flame using matlab code
  3 commentaires
Lawrence Ningombam
Lawrence Ningombam le 6 Juin 2022
This is the image. By matlab code, how would i measure the temperature value?
Image Analyst
Image Analyst le 6 Juin 2022
If that is all you have, you can't.

Connectez-vous pour commenter.


Lawrence Ningombam
Lawrence Ningombam le 6 Juin 2022
From this IR image. It is process from thermal imager
  3 commentaires
Lawrence Ningombam
Lawrence Ningombam le 6 Juin 2022
I want to find the temperature value from this IR image
Image Analyst
Image Analyst le 6 Juin 2022
Again, this is not an Answer to @Mohamed Shembesh's question so you should have started a new question. Also, like I said, you can't because there is no color bar and even if there were how do we know what emissivity was used. Do you know the emissivity for a flame? Answer in your new post (don't reply here).

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by