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;
59 unsigned int getNrOfImages()
const {
return m_nrImg; };
62 std::vector<std::vector<double> > m_overlap;
71 #endif // _ALGO_CALCULATE_OVERLAP_H
std::vector< PTools::Transform * > m_invTransform
std::vector< PTools::Transform * > m_transform
std::set< unsigned int > UIntSet
std::vector< unsigned int > m_testImages
class for calculating overlap of images
const PanoramaData * m_pano