IPmax
Synopsis
generate pixelwise maximum between two ip_Images
Input Port
Parameters
Output Port
Description
IPmax generates an image that is the pixelwise maximum of a comparison between two ip_Images.
Input
The inputs are references to two ip_Images. The ip_Images can have multiple bands, and any data type, but 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 maximum of the two input ip_Images.
This output is the ip_Image converted back into an AVS/Express field. It is a Field_Unif, Dim2, Space2. It has one component with veclen=4. It has xform.rspace=2 and Data_array.id=669 indicating it should be rendered as a 2D object in 2 space.
Example
File
See also