|
Hugin trunk 0.1
|
#include <StraightenPanorama.h>

Public Member Functions | |
| StraightenPanorama (PanoramaData &panorama) | |
| virtual | ~StraightenPanorama () |
| virtual bool | runAlgorithm () |
| implementation of the algorithm. | |
Public Member Functions inherited from HuginBase::RotatePanorama | |
| RotatePanorama (PanoramaData &panorama, const Matrix3 &transformMat) | |
| RotatePanorama (PanoramaData &panorama, double yaw, double pitch, double roll) | |
| virtual | ~RotatePanorama () |
| virtual bool | modifiesPanoramaData () const |
| returns true if the algorithm changes the PanoramaData. | |
Public Member Functions inherited from HuginBase::PanoramaAlgorithm | |
| virtual | ~PanoramaAlgorithm () |
| virtual bool | hasRunSuccessfully () |
| virtual void | run () |
| runs the algorithm. | |
Static Public Member Functions | |
| static Matrix3 | calcStraighteningRotation (const PanoramaData &panorama) |
Static Public Member Functions inherited from HuginBase::RotatePanorama | |
| static void | rotatePano (PanoramaData &panorama, const Matrix3 &transformMat) |
Additional Inherited Members | |
Protected Member Functions inherited from HuginBase::PanoramaAlgorithm | |
| PanoramaAlgorithm (PanoramaData &panorama) | |
Protected Attributes inherited from HuginBase::RotatePanorama | |
| Matrix3 | o_transformMat |
Protected Attributes inherited from HuginBase::PanoramaAlgorithm | |
| PanoramaData & | o_panorama |
| bool | o_successful |
Definition at line 36 of file StraightenPanorama.h.
|
inlineexplicit |
Definition at line 41 of file StraightenPanorama.h.
|
inlinevirtual |
Definition at line 46 of file StraightenPanorama.h.
|
static |
Definition at line 32 of file StraightenPanorama.cpp.
References const_map_get(), Vector3::Cross(), DEBUG_DEBUG, DEG_TO_RAD, hugin_utils::eig_jacobi(), GetRotationAroundU(), M_PI, HuginBase::SrcPanoImage::readEXIF(), Matrix3::SetRotationPT(), threshold(), and Vector3::x.
implementation of the algorithm.
You should override with your algorithm's implementiation.
Reimplemented from HuginBase::RotatePanorama.
Definition at line 55 of file StraightenPanorama.h.
References threshold().