Arithmetic Functions
Add Returns an image of the pixel by pixel addition of the input images
AND Returns an image of the pixel by pixel bitwise AND of the input images
Divide Returns an image of the pixel by pixel division of the first input image by the second input image
Maximum Returns an image of the pixel by pixel minimum value between the input images
Minimum Returns an image of the pixel by pixel minimum value between the input images
Multiply Returns an image of the pixel by pixel multiplication of the input images
NOT Returns an image of the pixel by pixel bitwise NOT of the input image
OR Returns an image of the pixel by pixel bitwise OR of the input images
Subtract Returns an image of the pixel by pixel subtraction of the second input image from the first input image
XOR Returns an image of the pixel by pixel bitwise XOR of the input images
Home         Back