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

#include <StraightenPanorama.h>

Inheritance diagram for HuginBase::StraightenPanorama:
Inheritance graph

Public Member Functions

 StraightenPanorama (PanoramaData &panorama)
 
virtual ~StraightenPanorama ()
 
virtual bool runAlgorithm ()
 implementation of the algorithm. More...
 
- 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. More...
 
- Public Member Functions inherited from HuginBase::PanoramaAlgorithm
virtual ~PanoramaAlgorithm ()
 
virtual bool hasRunSuccessfully ()
 
virtual void run ()
 runs the algorithm. More...
 

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
PanoramaDatao_panorama
 
bool o_successful
 

Detailed Description

Definition at line 36 of file StraightenPanorama.h.

Constructor & Destructor Documentation

HuginBase::StraightenPanorama::StraightenPanorama ( PanoramaData panorama)
inlineexplicit

Definition at line 41 of file StraightenPanorama.h.

virtual HuginBase::StraightenPanorama::~StraightenPanorama ( )
inlinevirtual

Definition at line 46 of file StraightenPanorama.h.

Member Function Documentation

Matrix3 HuginBase::StraightenPanorama::calcStraighteningRotation ( const PanoramaData panorama)
static
virtual bool HuginBase::StraightenPanorama::runAlgorithm ( )
inlinevirtual

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 HuginBase::RotatePanorama::runAlgorithm().


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