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
The input references the ip_Image. The ip_Image must be of type byte, short or int.
The input is a reference to an optional ip_Roi. The data must be of type byte.
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 "not" of the input ip_Image.
This output is the ip_Image converted back into an AVS/Express field.
This is a renderable version of the output.
Example
Not available
File
See also