IPabs
Synopsis
calculate the absolute value of an ip_Image
Input Ports
&in_image |
ip_Image |
&in_roi |
ip_Roi |
Parameters
Output Ports
dst |
ip_Image_Out |
TmpField |
IPfld |
obj |
output renderable object |
Description
IPabs calculates the absolute value of the pixels in the input ip_Image.
Input Ports
-
&in_image
-
The input is a reference to an ip_Image. The ip_Images can be of any data type.
-
&in_roi
-
The input is a reference to an optional ip_Roi. The data must be of type byte.
Output Ports
-
dst
-
The output is a new ip_Image of the same dimensions, type, and number of bands as the input ip_Image. Its data values represent the absolute values of each input ip_Image pixel.
-
TmpField
-
This output is the ip_Image converted back into an AVS/Express field.
-
obj
-
This is a renderable version of the output.
Example
Libraries.Examples.Image_Processing.IPabs
File
v/ip.v