How to get the spatial summation of temperature inisde the specific ROI on each image and how to find that information for a series of thermal images and store as text file.
1 view (last 30 days)
Show older comments
I have a series of thermal images and i need to find the average temperature value inside the ROI. The example of image is attched to this, i need to find the spatial summation of the temperature inside the specific ROI(inside the red boundry). Kindly help me to solve this problem
Thanks in advance
0 Comments
Answers (1)
Image Analyst
on 14 Jun 2023
It's a generic, general purpose demo of how to turn a pseudocolored thermal image into a temperature image by extracting the image part and colorbar part from an image. Once you have the temperature image you can then use drawfreehand or drawpolygon to outline and area and find the mean temperature inside the drawn region. See attached drawing demos.
6 Comments
DGM
on 16 Jun 2023
Then use the ROI mask to select that region in the original data and find the average of those values. There's no point in working on screenshots with annotations in them instead of using the original data and masks.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!