26#ifndef _BASICALGORITHMS_ROTATEPANORAMA_H
27#define _BASICALGORITHMS_ROTATEPANORAMA_H
67 rotatePano(o_panorama, o_transformMat);
virtual bool runAlgorithm()
implementation of the algorithm.
virtual ~RotatePanorama()
virtual bool modifiesPanoramaData() const
returns true if the algorithm changes the PanoramaData.
RotatePanorama(PanoramaData &panorama, const Matrix3 &transformMat)
general : Matrix3 is a class for handling 3x3 Matrix manipulation.
mainly consists of wrapper around the pano tools library, to assist in ressource management and to pr...
std::vector< deghosting::BImagePtr > threshold(const std::vector< deghosting::FImagePtr > &inputImages, const double threshold, const uint16_t flags)
Threshold function used for creating alpha masks for images.