what is the difference between image fusion using imfuse and xoring two different binary images?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
what is the difference between "image fusion using imfuse" and "xoring" two different binary images?
pls reply.
Thanks and Regards in advance.
0 Kommentare
Antworten (1)
Image Analyst
am 16 Okt. 2014
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 Kommentare
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!