thermal image processing to get the temprature on each pixel

조회 수: 26 (최근 30일)
Neha Thakkar
Neha Thakkar 2022년 6월 22일
이동: DGM 2023년 3월 25일
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
yanqi liu
yanqi liu 2022년 6월 22일
yes,sir,may be use some image segment method,if possible,may be upload some image to analysis
Neha Thakkar
Neha Thakkar 2022년 6월 22일
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.

댓글을 달려면 로그인하십시오.

채택된 답변

DGM
DGM 2022년 6월 22일
편집: DGM 2023년 3월 25일

추가 답변 (1개)

Image Analyst
Image Analyst 2022년 6월 22일
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
Neha Thakkar
Neha Thakkar 2022년 6월 27일
이동: DGM 2023년 3월 25일
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 2022년 6월 27일
이동: DGM 2023년 3월 25일
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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Agriculture에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by