Thermovision Image+Image Processing+Matlab code

Hi, I need a code that gives a photo of the thermovision camera and analyzes that photo and shows the hot spot

回答 (1 件)

Image Analyst
Image Analyst 2021 年 1 月 5 日

0 投票

See my Image Segmentation Tutorial in my File Exchange:
Also click the thermal tag on the right side of this page to search for other posts where I've given code to convert pseudocolored IR images to temperature images.
Also see attached demo.

2 件のコメント

Javad Ghanavati
Javad Ghanavati 2021 年 1 月 6 日
How do I fix this error?
Undefined function 'isfile' for input arguments of type 'char'.
Error in thermal_image_color_to_grayscale (line 16)
if ~isfile(fullFileName)
Image Analyst
Image Analyst 2021 年 1 月 6 日
You must have an old version. Use this instead:
if ~exist(fullFileName, 'file')

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeMATLAB についてさらに検索

タグ

質問済み:

2021 年 1 月 5 日

コメント済み:

2021 年 1 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by