![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <visibility_pyramid.h>
Public Member Functions | |
| VisibilityPyramid () | |
| VisibilityPyramid (const size_t num_levels, const size_t width, const size_t height) | |
| void | SetPoint (const double x, const double y) |
| void | ResetPoint (const double x, const double y) |
| size_t | NumLevels () const |
| size_t | Width () const |
| size_t | Height () const |
| size_t | Score () const |
| size_t | MaxScore () const |
Definition at line 28 of file visibility_pyramid.h.
| colmap::VisibilityPyramid::VisibilityPyramid | ( | ) |
Definition at line 38 of file visibility_pyramid.cc.
| colmap::VisibilityPyramid::VisibilityPyramid | ( | const size_t | num_levels, |
| const size_t | width, | ||
| const size_t | height | ||
| ) |
Definition at line 40 of file visibility_pyramid.cc.
|
inline |
Definition at line 73 of file visibility_pyramid.h.
Referenced by BOOST_AUTO_TEST_CASE().
|
inline |
Definition at line 77 of file visibility_pyramid.h.
Referenced by BOOST_AUTO_TEST_CASE().
|
inline |
Definition at line 69 of file visibility_pyramid.h.
Referenced by BOOST_AUTO_TEST_CASE().
| void colmap::VisibilityPyramid::ResetPoint | ( | const double | x, |
| const double | y | ||
| ) |
Definition at line 74 of file visibility_pyramid.cc.
Referenced by BOOST_AUTO_TEST_CASE(), and colmap::Image::DecrementCorrespondenceHasPoint3D().
|
inline |
Definition at line 75 of file visibility_pyramid.h.
Referenced by BOOST_AUTO_TEST_CASE(), and colmap::Image::Point3DVisibilityScore().
| void colmap::VisibilityPyramid::SetPoint | ( | const double | x, |
| const double | y | ||
| ) |
Definition at line 52 of file visibility_pyramid.cc.
Referenced by BOOST_AUTO_TEST_CASE(), and colmap::Image::IncrementCorrespondenceHasPoint3D().
|
inline |
Definition at line 71 of file visibility_pyramid.h.
Referenced by BOOST_AUTO_TEST_CASE().