![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <consistency_graph.h>
Public Member Functions | |
| ConsistencyGraph () | |
| ConsistencyGraph (const size_t width, const size_t height, const std::vector< int > &data) | |
| size_t | GetNumBytes () const |
| void | GetImageIdxs (const int row, const int col, int *num_images, const int **image_idxs) const |
| void | Read (const std::string &path) |
| void | Write (const std::string &path) const |
Definition at line 28 of file consistency_graph.h.
| colmap::mvs::ConsistencyGraph::ConsistencyGraph | ( | ) |
Definition at line 45 of file consistency_graph.cc.
| colmap::mvs::ConsistencyGraph::ConsistencyGraph | ( | const size_t | width, |
| const size_t | height, | ||
| const std::vector< int > & | data | ||
| ) |
Definition at line 47 of file consistency_graph.cc.
| void colmap::mvs::ConsistencyGraph::GetImageIdxs | ( | const int | row, |
| const int | col, | ||
| int * | num_images, | ||
| const int ** | image_idxs | ||
| ) | const |
Definition at line 57 of file consistency_graph.cc.
Referenced by BOOST_AUTO_TEST_CASE().
| size_t colmap::mvs::ConsistencyGraph::GetNumBytes | ( | ) | const |
Definition at line 53 of file consistency_graph.cc.
Referenced by BOOST_AUTO_TEST_CASE().
| void colmap::mvs::ConsistencyGraph::Read | ( | const std::string & | path | ) |
Definition at line 70 of file consistency_graph.cc.
References cloudViewer::t::geometry::path.
| void colmap::mvs::ConsistencyGraph::Write | ( | const std::string & | path | ) | const |
Definition at line 103 of file consistency_graph.cc.
References cloudViewer::t::geometry::path.