#include <Transforms.h>
Public Member Functions | |
| ERectToRect (double focalLength) | |
| construct transform for equirectangular to rectangular. | |
| void | operator() (FDiff2D &dest, const FDiff2D &src) |
Public Attributes | |
| double | f |
rectangular coordinates use a math coordinate system: origin at 0,0, y points up and x points right.
Definition at line 68 of file Transforms.h.
|
|
construct transform for equirectangular to rectangular.
Definition at line 75 of file Transforms.h. |
|
||||||||||||
|
Definition at line 78 of file Transforms.h. References hugin_utils::FDiff2D, hugin_utils::TDiff2D< T >::x, and hugin_utils::TDiff2D< T >::y. |
|
|
Definition at line 83 of file Transforms.h. |
1.3.9.1