IPmin
Synopsis
generate pixelwise minimum between two ip_Images
Input Port
Parameters
Output Port
Description
IPmin generates an image that is the pixelwise minimum of a comparison between two ip_Images.
Input
The inputs are references to two ip_Images. The ip_Images can be of any data type, but must match in bands, type, and size.
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 minimum of the two input ip_Images.
Example
File
See also