Hugintrunk
0.1
|
clockwise rotation around a origin point, and a translation afterwards. More...
#include <Correlation.h>
Public Member Functions | |
RotateTransform (double phi, hugin_utils::FDiff2D origin, hugin_utils::FDiff2D transl) | |
bool | transformImgCoord (double &destx, double &desty, double srcx, double srcy) const |
Public Attributes | |
double | m_phi |
hugin_utils::FDiff2D | m_origin |
hugin_utils::FDiff2D | m_transl |
clockwise rotation around a origin point, and a translation afterwards.
build to be used by PointFineTune
Definition at line 468 of file Correlation.h.
|
inline |
Definition at line 471 of file Correlation.h.
|
inline |
Definition at line 475 of file Correlation.h.
References m_origin, m_phi, m_transl, hugin_utils::TDiff2D< T >::x, and hugin_utils::TDiff2D< T >::y.
hugin_utils::FDiff2D vigra_ext::RotateTransform::m_origin |
Definition at line 489 of file Correlation.h.
Referenced by transformImgCoord().
double vigra_ext::RotateTransform::m_phi |
Definition at line 488 of file Correlation.h.
Referenced by transformImgCoord().
hugin_utils::FDiff2D vigra_ext::RotateTransform::m_transl |
Definition at line 490 of file Correlation.h.
Referenced by transformImgCoord().