logic operation
dip_Error dip_Xor ( in1, in2, out )
binary
The function Xor performs the logic XOR operation between the corresponding pixels in in1 and in2, and stores the result in out.
Data type | Name | Description |
dip_Image | in1 | First binary input image |
dip_Image | in2 | Second binary input image |
dip_Image | out | Output image |