Hello!
I'm just tryng to find and monitor during a test the hotspot point or points from a video taken with infrared camera.
I'm imagining to:
  • track a certain area during the video,
  • extract each few seconds the rgb colors,
  • find the hotspot as the point or group of points with the highest temperature
@Image Analyst could you help me?

 Réponse acceptée

Image Analyst
Image Analyst le 27 Mar 2021
Modifié(e) : Image Analyst le 27 Mar 2021

0 votes

Well, I'm not Rik, but hopefully this will help. I'm sure you'll be able to adapt this attached demo to your image. If you really can't figure it out, attach your original image with embedded colorbar, like the one in the upper left of my demo below.

5 commentaires

Rik
Rik le 27 Mar 2021
Comment posted as answer by @Welder_processing:
Thank you. I think that I’ve seen this demo file in another post. But it’s the starting point. What lines should I add if a processing of 100 images is needed? The challenge is to detect temperatures change in 0,1 degrees each time that varies from an image to another. I have to compare each of them in a specific area and intercept variations.
Rik
Rik le 27 Mar 2021
If you need to process multiple images you can use this code on those various images.
If you need to detect temperature change, you will have to measure the temperature for a specific area (or pixel) for each image, which means you have a vector for each area. Then it is a simple as using diff(x)>=0.1;.
To process a bunch of images, see code in the FAQ and adapt as needed:
Thank you great!
Just another thing: processing the images I've find out that some pixels are white = at max temperature. They seem to be outliers from the image. On the IR software they are not present. Do you know why?
The temperature identification is quite well but wih this problem, the analisys becames very noisy.
I don't know why the image exported with salt and pepper noise to it. You can apply my salt and pepper noise elimination routine, attached.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by