IPnand
Synopsis
perform bitwise logical "nand" between two ip_Images
Input Port
Parameters
Output Port
Description
IPnand performs a bitwise logical "nand" between two ip_Images.
Input
The inputs are references to two ip_Images. The ip_Images can be of type byte, short or int and must match in bands, type, and size.
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 "nand" of the two input ip_Images.
Example
File
See also