deform geometry by applying lens distortion
More...
#include <vtkWarpLens.h>
Inherits vtkPointSetAlgorithm.
deform geometry by applying lens distortion
vtkWarpLens is a filter that modifies point coordinates by moving in accord with a lens distortion model.
- Tests:
- vtkWarpLens (Tests)
Definition at line 31 of file vtkWarpLens.h.
vtkWarpLens::vtkWarpLens |
( |
| ) |
|
|
protected |
vtkWarpLens::~vtkWarpLens |
( |
| ) |
|
|
inlineprotected |
static int vtkWarpLens::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkWarpLens::IsA |
( |
const char * |
type | ) |
|
|
virtual |
static vtkWarpLens* vtkWarpLens::SafeDownCast |
( |
vtkObjectBase * |
o | ) |
|
|
static |
virtual vtkObjectBase* vtkWarpLens::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkWarpLens::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
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.
void vtkWarpLens::SetCenter |
( |
double |
centerX, |
|
|
double |
centerY |
|
) |
| |
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.
virtual void vtkWarpLens::SetPrincipalPoint |
( |
double |
, |
|
|
double |
|
|
) |
| |
|
virtual |
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 |
|
) |
| |
int vtkWarpLens::RequestDataObject |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protected |
int vtkWarpLens::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
double vtkWarpLens::PrincipalPoint[2] |
|
protected |
double vtkWarpLens::FormatWidth |
|
protected |
double vtkWarpLens::FormatHeight |
|
protected |
int vtkWarpLens::ImageWidth |
|
protected |
int vtkWarpLens::ImageHeight |
|
protected |
The documentation for this class was generated from the following file: