VTK
|
deform geometry by applying lens distortion More...
#include <vtkWarpLens.h>
deform geometry by applying lens distortion
vtkWarpLens is a filter that modifies point coordinates by moving in accord with a lens distortion model.
Definition at line 30 of file vtkWarpLens.h.
Reimplemented from vtkPointSetAlgorithm.
Definition at line 34 of file vtkWarpLens.h.
vtkWarpLens::vtkWarpLens | ( | ) | [protected] |
vtkWarpLens::~vtkWarpLens | ( | ) | [inline, protected] |
Definition at line 93 of file vtkWarpLens.h.
static vtkWarpLens* vtkWarpLens::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkPointSetAlgorithm.
virtual const char* vtkWarpLens::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPointSetAlgorithm.
static int vtkWarpLens::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkPointSetAlgorithm.
virtual int vtkWarpLens::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkPointSetAlgorithm.
static vtkWarpLens* vtkWarpLens::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPointSetAlgorithm.
void vtkWarpLens::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkPointSetAlgorithm.
void vtkWarpLens::SetKappa | ( | double | kappa | ) |
Specify second order symmetric radial lens distortion parameter. This is obsoleted by newer instance variables.
double vtkWarpLens::GetKappa | ( | ) |
Specify second order symmetric radial lens distortion parameter. This is obsoleted by newer instance variables.
Specify the center of radial distortion in pixels. This is obsoleted by newer instance variables.
double* vtkWarpLens::GetCenter | ( | ) |
Specify the center of radial distortion in pixels. This is obsoleted by newer instance variables.
Specify the calibrated principal point of the camera/lens
void vtkWarpLens::SetPrincipalPoint | ( | double | [2] | ) |
Specify the calibrated principal point of the camera/lens
virtual double* vtkWarpLens::GetPrincipalPoint | ( | ) | [virtual] |
Specify the calibrated principal point of the camera/lens
virtual void vtkWarpLens::GetPrincipalPoint | ( | double | data[2] | ) | [virtual] |
Specify the calibrated principal point of the camera/lens
virtual void vtkWarpLens::SetK1 | ( | double | ) | [virtual] |
Specify the symmetric radial distortion parameters for the lens
virtual double vtkWarpLens::GetK1 | ( | ) | [virtual] |
Specify the symmetric radial distortion parameters for the lens
virtual void vtkWarpLens::SetK2 | ( | double | ) | [virtual] |
Specify the symmetric radial distortion parameters for the lens
virtual double vtkWarpLens::GetK2 | ( | ) | [virtual] |
Specify the symmetric radial distortion parameters for the lens
virtual void vtkWarpLens::SetP1 | ( | double | ) | [virtual] |
Specify the decentering distortion parameters for the lens
virtual double vtkWarpLens::GetP1 | ( | ) | [virtual] |
Specify the decentering distortion parameters for the lens
virtual void vtkWarpLens::SetP2 | ( | double | ) | [virtual] |
Specify the decentering distortion parameters for the lens
virtual double vtkWarpLens::GetP2 | ( | ) | [virtual] |
Specify the decentering distortion parameters for the lens
virtual void vtkWarpLens::SetFormatWidth | ( | double | ) | [virtual] |
Specify the imager format width / height in mm
virtual double vtkWarpLens::GetFormatWidth | ( | ) | [virtual] |
Specify the imager format width / height in mm
virtual void vtkWarpLens::SetFormatHeight | ( | double | ) | [virtual] |
Specify the imager format width / height in mm
virtual double vtkWarpLens::GetFormatHeight | ( | ) | [virtual] |
Specify the imager format width / height in mm
virtual void vtkWarpLens::SetImageWidth | ( | int | ) | [virtual] |
Specify the image width / height in pixels
virtual int vtkWarpLens::GetImageWidth | ( | ) | [virtual] |
Specify the image width / height in pixels
virtual void vtkWarpLens::SetImageHeight | ( | int | ) | [virtual] |
Specify the image width / height in pixels
virtual int vtkWarpLens::GetImageHeight | ( | ) | [virtual] |
Specify the image width / height in pixels
int vtkWarpLens::FillInputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [virtual] |
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkPointSetAlgorithm.
int vtkWarpLens::RequestDataObject | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkPointSetAlgorithm.
int vtkWarpLens::RequestData | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkPointSetAlgorithm.
double vtkWarpLens::PrincipalPoint[2] [protected] |
Definition at line 102 of file vtkWarpLens.h.
double vtkWarpLens::K1 [protected] |
Definition at line 103 of file vtkWarpLens.h.
double vtkWarpLens::K2 [protected] |
Definition at line 104 of file vtkWarpLens.h.
double vtkWarpLens::P1 [protected] |
Definition at line 105 of file vtkWarpLens.h.
double vtkWarpLens::P2 [protected] |
Definition at line 106 of file vtkWarpLens.h.
double vtkWarpLens::FormatWidth [protected] |
Definition at line 107 of file vtkWarpLens.h.
double vtkWarpLens::FormatHeight [protected] |
Definition at line 108 of file vtkWarpLens.h.
int vtkWarpLens::ImageWidth [protected] |
Definition at line 109 of file vtkWarpLens.h.
int vtkWarpLens::ImageHeight [protected] |
Definition at line 110 of file vtkWarpLens.h.