Is it possibile combine an RGB image and an IR image in a FOUR-BAND tiff image?
2 ビュー (過去 30 日間)
古いコメントを表示
Gabriele Ciccone
2020 年 3 月 28 日
コメント済み: Gabriele Ciccone
2020 年 3 月 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!