Is it possibile combine an RGB image and an IR image in a FOUR-BAND tiff image?
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi all,
I'm looking for a function to build a four-band image. I have an RGB image and the corrispective IR image (in greyscale), and I need to merge them in a 4-band image.
I tried 'imfuse' but the result is just a 3-band (RGB) image a bit darker.
Any suggestion?
Thanks a lot
댓글 수: 0
채택된 답변
Walter Roberson
2020년 3월 28일
Tiff class can be used. The IR can be placed into Extra Samples. I seem to recall that you can also directly write an array with 4 panes in Tiff class as long as you give the right bit depth information.
I also encountered a hint that you can imwrite an array with 4 panes to tiff file and that it will write as-if it were rgba
추가 답변 (0개)
참고 항목
카테고리
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!