30#ifndef _ALGO_CALCULATE_OVERLAP_H
31#define _ALGO_CALCULATE_OVERLAP_H
51 void calculate(
unsigned int steps);
53 double getOverlap(
unsigned int i,
unsigned int j)
const;
55 void limitToImages(
UIntSet img);
57 UIntSet getOverlapForImage(
unsigned int i)
const;
class for calculating overlap of images
std::vector< PTools::Transform * > m_transform
std::vector< std::vector< double > > m_overlap
const PanoramaData * m_pano
unsigned int getNrOfImages() const
return number of images in underlying pano
std::vector< PTools::Transform * > m_invTransform
std::vector< unsigned int > m_testImages
mainly consists of wrapper around the pano tools library, to assist in ressource management and to pr...
std::set< unsigned int > UIntSet
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.