TOC PREV NEXT INDEX

IPmax

Synopsis

generate pixelwise maximum between two ip_Images

Input Port

&in_image1

ip_Image

&in_image2

ip_Image

&in_roi

ip_Roi

Parameters

none

Output Port

dst

ip_Image_Out

TmpField

IPfld

obj

output renderable object

Description

IPmax generates an image that is the pixelwise maximum of a comparison between two ip_Images.

Input

&in_image1
&in_image2

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.

&in_roi

The input is a reference to an optional ip_Roi. The data must be of type byte.

Output Port

out_image

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.

TmpField

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.

obj

This is a renderable version of the output.

Example

Not available

File

v/ip.v

See also

IPmin_const
IPmin
IPmax_const

TOC PREV NEXT INDEX