Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
vigra_ext::RotateTransform Class Reference

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
 

Detailed Description

clockwise rotation around a origin point, and a translation afterwards.

build to be used by PointFineTune

Definition at line 468 of file Correlation.h.

Constructor & Destructor Documentation

vigra_ext::RotateTransform::RotateTransform ( double  phi,
hugin_utils::FDiff2D  origin,
hugin_utils::FDiff2D  transl 
)
inline

Definition at line 471 of file Correlation.h.

Member Function Documentation

bool vigra_ext::RotateTransform::transformImgCoord ( double &  destx,
double &  desty,
double  srcx,
double  srcy 
) const
inline

Member Data Documentation

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().


The documentation for this class was generated from the following file: