SoPolarToCartesianProcessing2d Class Reference
[Frequency Domain]

ImageViz SoPolarToCartesianProcessing2d engine More...

#include <ImageViz/Engines/ImageFiltering/FrequencyDomain/SoPolarToCartesianProcessing2d.h>

Inheritance diagram for SoPolarToCartesianProcessing2d:
SoImageVizEngine SoEngine SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Public Member Functions

 SoPolarToCartesianProcessing2d ()

Public Attributes

SoSFImageDataAdapter inModulusImage
SoSFImageDataAdapter inPhaseImage
SoImageVizEngineOutput
< SoSFImageDataAdapter,
SoImageDataAdapter * > 
outRealImage
SoImageVizEngineOutput
< SoSFImageDataAdapter,
SoImageDataAdapter * > 
outImaginaryImage

Detailed Description

ImageViz SoPolarToCartesianProcessing2d engine

The SoPolarToCartesianProcessing2d engine computes the polar to cartesian transformation.

For an introduction, see:

This engine computes the polar to cartesian transformation or module/phase to the real/imaginary transformation.

If $I_1$ is the module image and $I_2$ the phase image, then:

Real part or $X$ coordinate $O_1$ is defined as:

\[O_1(n,m)=I_1(n,m)\cos(I_2(n,m))\]

Imaginary part or $Y$ coordinate is defined as:

\[O_2(n,m)=I_1(n,m)\sin(I_2(n,m))\]

SEE ALSO

SoCartesianToPolarProcessing2d.

FILE FORMAT/DEFAULT


Library references: rthetatoxy


Constructor & Destructor Documentation

SoPolarToCartesianProcessing2d::SoPolarToCartesianProcessing2d (  ) 

Constructor.


Member Data Documentation

The input modulus image.

Default value is NULL. Supported types include: grayscale color image.

The input phase image.

Default value is NULL. Supported types include: grayscale color image.

The output imaginary part image.

Default value is NULL. Supported types include: grayscale color image.

The output real part image.

Default value is NULL. Supported types include: grayscale color image.


The documentation for this class was generated from the following file:

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/