what is the difference between image fusion using imfuse and xoring two different binary images?
1 回表示 (過去 30 日間)
古いコメントを表示
what is the difference between "image fusion using imfuse" and "xoring" two different binary images?
pls reply.
Thanks and Regards in advance.
0 件のコメント
回答 (1 件)
Image Analyst
2014 年 10 月 16 日
imfuse works with grayscale or color image to average or subtract or color code two images. XORing two binary images tells where (what pixels) they are different. They're totally different things.
4 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!