![]() |
AliceVision
Photogrammetric Computer Vision Framework
|
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 > ¤tBoundingBoxes, const IndexT &referenceIndex, const IndexT &otherIndex) const |
| bool | getIntersectionsList (std::vector< BoundingBox > &intersections, std::vector< BoundingBox > ¤tBoundingBoxes, const BoundingBox &referenceBoundingBox, const IndexT &otherIndex) const |
| bool | optimizeChunks (std::vector< std::vector< IndexT >> &chunks, int chunkSize) |
1.8.17