logic operation
dip_Error dip_Or ( in1, in2, out )
binary
The function Or performs the logic OR 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 |