How can match a digital image in the visible with a thermal image?

조회 수: 1 (최근 30일)
Federico Fioretti
Federico Fioretti 2021년 10월 28일
댓글: Federico Fioretti 2021년 12월 15일
Hi. I have two images, one taken by a thermal camera and the other taken by a digital camera. The two images have a different spatial resolution. I would overlap them. How can I do?

채택된 답변

DGM
DGM 2021년 10월 28일
If they have the same aspect ratio, you can simply adjust the size with imresize(). If the aspect ratio differs, then you'll have to pad or crop accordingly (using imcrop() and padarray()) to enforce colocation of image content.
How you do the overlay depends entirely on what you want. It may suffice to merely take the average (or a weighted average) of the two images.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by