ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
colmap::mvs::ConsistencyGraph Class Reference

#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
 

Detailed Description

Definition at line 28 of file consistency_graph.h.

Constructor & Destructor Documentation

◆ ConsistencyGraph() [1/2]

colmap::mvs::ConsistencyGraph::ConsistencyGraph ( )

Definition at line 45 of file consistency_graph.cc.

◆ ConsistencyGraph() [2/2]

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.

References height, and width.

Member Function Documentation

◆ GetImageIdxs()

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().

◆ GetNumBytes()

size_t colmap::mvs::ConsistencyGraph::GetNumBytes ( ) const

Definition at line 53 of file consistency_graph.cc.

Referenced by BOOST_AUTO_TEST_CASE().

◆ Read()

void colmap::mvs::ConsistencyGraph::Read ( const std::string &  path)

Definition at line 70 of file consistency_graph.cc.

References cloudViewer::t::geometry::path.

◆ Write()

void colmap::mvs::ConsistencyGraph::Write ( const std::string &  path) const

Definition at line 103 of file consistency_graph.cc.

References cloudViewer::t::geometry::path.


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