what is the difference between image fusion using imfuse and xoring two different binary images?
Show older comments
what is the difference between "image fusion using imfuse" and "xoring" two different binary images?
pls reply.
Thanks and Regards in advance.
Answers (1)
Image Analyst
on 16 Oct 2014
0 votes
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 Comments
char S
on 18 Oct 2014
Image Analyst
on 18 Oct 2014
From the help, it doesn't really look like you'll be losing any information unless you use the 'diff' method.
char S
on 18 Oct 2014
Image Analyst
on 18 Oct 2014
What is wfuseimg?
Categories
Find more on Image Arithmetic in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!