AliceVision
Photogrammetric Computer Vision Framework
Public Member Functions | List of all members
aliceVision::PanoramaMap Class Reference

Public Member Functions

 PanoramaMap (int width, int height, int scale, int borderSize)
 
bool append (IndexT index, const BoundingBox &box)
 
bool getOverlaps (std::vector< IndexT > &overlaps, IndexT reference) const
 
bool getOverlaps (std::vector< IndexT > &overlaps, const BoundingBox &referenceBoundingBox) const
 
int getWidth () const
 
int getHeight () const
 
size_t getScale () const
 
size_t getBorderSize () const
 
bool getBoundingBox (BoundingBox &bb, const IndexT &id) const
 
bool getIntersectionsList (std::vector< BoundingBox > &intersections, std::vector< BoundingBox > &currentBoundingBoxes, const IndexT &referenceIndex, const IndexT &otherIndex) const
 
bool getIntersectionsList (std::vector< BoundingBox > &intersections, std::vector< BoundingBox > &currentBoundingBoxes, const BoundingBox &referenceBoundingBox, const IndexT &otherIndex) const
 
bool optimizeChunks (std::vector< std::vector< IndexT >> &chunks, int chunkSize)
 

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