Thermal image - color to temperature

버전 1.0.2 (173 KB) 작성자: Image Analyst
Convert a pseudocolored RGB thermal image from a thermal camera, using the embedded color bar, into a temperature image.
다운로드 수: 304
업데이트 날짜: 2023/6/6

라이선스 보기

Input is a thermal RGB image from a thermal camera, such as the FLIR One camera, that has a pseudocolored image and a colorbar all in the same image. User is asked to draw a rectangle around the thermal image part of the image, and a rectangle around the colorbar part of the image. User is asked for the min and max temperatures at the end of the colorbar. It then uses the embedded color bar to create a mapping of RGB color into temperatures in degrees F or C. It then determines temperatures, in those calibrated units, from the pixel color for every pixel in the image and makes a temperature image. The output temperature image is a 2-D floating point matrix where the pixel values are in units of degrees, rather than RGB color levels.

인용 양식

Image Analyst (2024). Thermal image - color to temperature (https://www.mathworks.com/matlabcentral/fileexchange/113995-thermal-image-color-to-temperature), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2023a
R2018b 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.2

Bug fix. Now use uigetfile() instead of uiputfile() when specified input image does not exist and user needs to browse for one.

1.0.1

Description edits only - no code changes.

1.0.0