IPindex.gif Previous-2.gif Next-3.gif

IPflog , IPflog10 , IPfsqrt , IPfexp , IPfrecip , IPfcos , IPfsin , IPfatan


Synopsis

perform the given trigonometric/arithmetic operation on 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

These macros perform the given arithmetic operation on an image

Input Ports

&in_image
The input is a reference to an ip_Image. The ip_Image must be of type float.

&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

Not available.

File

v/ip.v

 



IPindex.gif Previous-2.gif Next-3.gif