IPnot

Synopsis

perform bitwise logical "not" of an ip_Image

Input Port

&in_image

ip_Image

&in_rot

ip_Roi

Parameters

none

Output Port

dst

ip_Image_Out

TmpField

IPfld

obj

output renderable object

Description

IPnot performs a bitwise logical unary "not" of an ip_Image.

Input

&in_image
The input references the ip_Image. The ip_Image must be of type byte, short or int.
&in_roi
The input is a reference to an optional ip_Roi. The data must be of type byte.

Output Port

dst
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 "not" of the input ip_Image.
TmpField
This output is the ip_Image converted back into an AVS/Express field.
obj
This is a renderable version of the output.

Example

Not available

File

v/ip.v

See also

IPand
IPnand
IPnor
IPor
IPxor