![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <track.h>

Public Member Functions | |
| TrackElement () | |
| TrackElement (const image_t image_id, const point2D_t point2D_idx) | |
| bool | operator== (const TrackElement &other) const |
| bool | operator!= (const TrackElement &other) const |
Public Attributes | |
| image_t | image_id |
| point2D_t | point2D_idx |
|
inline |
|
inline |
Definition at line 74 of file track.h.
References image_id, and point2D_idx.
| image_t colmap::TrackElement::image_id |
Definition at line 22 of file track.h.
Referenced by colmap::Reconstruction::AddObservation(), BOOST_AUTO_TEST_CASE(), GenerateReconstruction(), operator==(), and colmap::IncrementalMapper::RegisterInitialImagePair().
| point2D_t colmap::TrackElement::point2D_idx |
Definition at line 24 of file track.h.
Referenced by colmap::Reconstruction::AddObservation(), BOOST_AUTO_TEST_CASE(), GenerateReconstruction(), operator==(), and colmap::IncrementalMapper::RegisterInitialImagePair().