Documentation for vtkImageEuclideanToPolar

vtkImageEuclideanToPolar - Converts 2D Euclidean coordinates to polar.

Super Class: vtkImageFilter

Description:

For each pixel with vector components x,y, this filter outputs theta in component0, and radius in component1.

 

Methods:

void vtkImageEuclideanToPolar ()
static vtkImageEuclideanToPolar *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void SetThetaMaximum (float )
float GetThetaMaximum ()
void ThreadedExecute (vtkImageData * ,vtkImageData * ,int ,int )

 

Detailed Method Descriptions:

Theta is an angle. Maximum specifies when it maps back to 0. ThetaMaximum defaults to 255 instead of 2PI, because unsigned char is expected as input. The output type must be the same as input type.

void SetThetaMaximum (float )
float GetThetaMaximum ()