thermal image processing to get the temprature on each pixel

25 vues (au cours des 30 derniers jours)
Neha Thakkar
Neha Thakkar le 22 Juin 2022
Déplacé(e) : DGM le 25 Mar 2023
i installed a darvi camera and taken the thermal images from this camera. i get the image in jeeg format. i want to calculate the tempratue of eache pixel of that image, i want ta calculate emistivity, region of interset. is it possible in matlab
  2 commentaires
yanqi liu
yanqi liu le 22 Juin 2022
yes,sir,may be use some image segment method,if possible,may be upload some image to analysis
Neha Thakkar
Neha Thakkar le 22 Juin 2022
i atteched the image. actually m new in matlab coding. i want to extract the bull body temprature on each roi and environment temprature from this images.

Connectez-vous pour commenter.

Réponse acceptée

DGM
DGM le 22 Juin 2022
Modifié(e) : DGM le 25 Mar 2023

Plus de réponses (1)

Image Analyst
Image Analyst le 22 Juin 2022
See attached demo. I had been using hard coded coordinates for the colorbar since, once known, they won't change for that particular camera. However so many people seem to be unable to figure out what coordinates the image and color bar are at that I decided to have the user draw a box around each. I also adapted it to handle either vertical or horizontal colorbars.
  9 commentaires
Neha Thakkar
Neha Thakkar le 27 Juin 2022
Déplacé(e) : DGM le 25 Mar 2023
yes, but whin i m moving around the mouse over it, its not showing anything like temprature i have to extract the informations from this image or you can guide me about the instering image in gui of matlab
Image Analyst
Image Analyst le 27 Juin 2022
Déplacé(e) : DGM le 25 Mar 2023
That won't because it's not using my program. It looks like you're just using some interactive MATLAB function to read in an RGB image. You need to do it from my program. You can either watch the GUI as you mouse around or specify a list of (row, column) coordinates to thermalImage array in the code.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Agriculture dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by