#include <Mapping_2d_2d.h>
Inheritance diagram for Mapping_2d_2d:

Definition at line 24 of file Mapping_2d_2d.h.
Public Member Functions | |
| virtual | ~Mapping_2d_2d () |
| void | map (double x1, double y1, double *x2, double *y2) |
| Map (x1, y1) to (x2, y2). | |
| vnl_double_2 | map (const vnl_vector< double > &in) |
| x2 = map(x1);. | |
| void | inverse_map (double x1, double y1, double *x2, double *y2) |
| Inverse map (x2, y2) to (x1, y1). | |
| vnl_double_2 | inverse_map (const vnl_vector< double > &in) |
| x1 = $map^{-1}(x1)$;. | |
| virtual void | implement_map (double x1, double y1, double *x2, double *y2)=0 |
| virtual void | implement_inverse_map (double x2, double y2, double *x1, double *y1)=0 |
|
|
Definition at line 27 of file Mapping_2d_2d.h. |
|
||||||||||||||||||||
|
Implemented in MapInverter, and RadialLensCorrection. |
|
||||||||||||||||||||
|
Implemented in MapInverter, and RadialLensCorrection. |
|
|
x1 = $map^{-1}(x1)$;.
Definition at line 47 of file Mapping_2d_2d.h. |
|
||||||||||||||||||||
|
Inverse map (x2, y2) to (x1, y1).
Definition at line 42 of file Mapping_2d_2d.h. |
|
|
x2 = map(x1);.
Definition at line 35 of file Mapping_2d_2d.h. |
|
||||||||||||||||||||
|
Map (x1, y1) to (x2, y2).
Definition at line 30 of file Mapping_2d_2d.h. |
1.4.4