what is the difference between image fusion using imfuse and xoring two different binary images?

what is the difference between "image fusion using imfuse" and "xoring" two different binary images?
pls reply.
Thanks and Regards in advance.

Answers (1)

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

Thank you
In Image fusion of two images using "wfuseimg", any information of that two images w will be lost ? what is the operation actually performing in wfuseimg? pls reply
From the help, it doesn't really look like you'll be losing any information unless you use the 'diff' method.
Actually, I have two different segmentation outputs. They are binary images. I have to combine it. Which method I can use xoring or image fusion using 'wfuseimg'? pls reply
Thanks in advance

Sign in to comment.

Asked:

on 16 Oct 2014

Commented:

on 18 Oct 2014

Community Treasure Hunt

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

Start Hunting!