IPand
Synopsis
perform bitwise logical "and" of two ip_Images
Input Port
Parameters
Output Port
Description
IPand performs a bitwise logical "and" of two ip_Images.
Input
The inputs are references to two ip_Images. The ip_Images must match in bands, type, and size. They can only be of type byte, short or int.
Parameters
Output Port
The output is a new ip_Image of the same dimensions, type, and number of bands as the input ip_Images. Its data values represent the bitwise "and" of the two input ip_Images.
Example
File
See also