TOC PREV NEXT INDEX

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

Synopsis

perform the given trigonometric/arithmetic operation on an ip_image.

Input Port

&in_image

ip_Image

&in_roi

ip_Roi

Parameters

none

Output Port

dst

ip_Image_Out

TmpField

IPfld

obj

output renderable object

Description

These macros perform the given arithmetic operation on an image

Input

&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 Port

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.so

Example

Not available

File

v/ip.v

See also

Not applicable.

TOC PREV NEXT INDEX