Documentation for vtkWarpLens

vtkWarpLens - deform geometry by applying lens distortion

Super Class: vtkPointSetToPointSetFilter

Description:

vtkWarpLens is a filter that modifies point coordinates by moving in accord with a second order lens distortion model.

 

Methods:

void vtkWarpLens ()
static vtkWarpLens *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void SetKappa (float )
float GetKappa ()
void SetCenter (float ,float )
void SetCenter (float *)
float *GetCenter ()
void Execute ()

 

Detailed Method Descriptions:

Specify the distortion constant

void SetKappa (float )
float GetKappa ()

Set the center of the lense distortion

void SetCenter (float ,float )
void SetCenter (float *)
float *GetCenter ()