thermal image processing to get the temprature on each pixel
17 ビュー (過去 30 日間)
古いコメントを表示
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
2022 年 6 月 22 日
yes,sir,may be use some image segment method,if possible,may be upload some image to analysis
採用された回答
その他の回答 (1 件)
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 件のコメント
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 Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!