| [mmsubm] [Up] [mmunion] | Operations |
| User Feedback |
mmsymdif creates the image y by taken the union of the subtractions of f1 from f2 and f2 from f1. When f1 and f2 are binary images, y represents the set of points that are in f1 and not in f2 or that are in f2 and not in f1 .

function g = mmsymdif_equ(f1, f2) g = mmunion(mmsubm(f1,f2),mmsubm(f2,f1));
| mmfreedom | Control automatic data type conversion. |
| [mmsubm] [Up] [mmunion] | |
| User Feedback | |
| Copyright (c) 1998-2008 by SDC Information Systems |