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

IPfft


Synopsis

perform a fast-fourier transform on an ip_image

Input Ports

&in_image

ip_Image

 

Parameters

Output Ports

dst

ip_Image_OutFloat

TmpField

IPfld

obj

output renderable object

 

Description

IPfft performs a Fourier transform on an image.

Input Ports

&in_image
The input is a reference to an ip_Image. This must be of type float and have x, y dimensions that are each a power of 2.

Output Ports

dst
The output is a packed complex image of type float suitable for further processing by modules such as IPfft_display
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.IPfft

File

v/ip.v

See also

Related modules

 



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