IPor
Synopsis
perform bitwise logical "or" between two ip_Images
Input Port
Parameters
Output Port
Description
IPor performs a bitwise logical "or" between two ip_Images.
Input
The inputs are references to two ip_Images. The ip_Images must 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 "or" of the two input ip_Images.
Example
File
See also