22#ifndef _BASICALGORITHMS_TRANSLATEPANORAMA_H
23#define _BASICALGORITHMS_TRANSLATEPANORAMA_H
48 static void translatePano(
PanoramaData&
panorama,
const double x,
const double y,
const double z);
59 translatePano(o_panorama, o_x, o_y, o_z);
virtual ~TranslatePanorama()
TranslatePanorama(PanoramaData &panorama, const double x=0, const double y=0, const double z=0)
virtual bool modifiesPanoramaData() const
returns true if the algorithm changes the PanoramaData.
virtual bool runAlgorithm()
implementation of the algorithm.
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.