MVE - Multi-View Environment mve-devel
|
Representation of a feature track. More...
#include <bundler_common.h>
Public Member Functions | |
void | invalidate (void) |
bool | is_valid (void) const |
void | remove_view (int view_id) |
Public Attributes | |
math::Vec3uc | color |
FeatureReferenceList | features |
math::Vec3f | pos |
Representation of a feature track.
Definition at line 79 of file bundler_common.h.
void sfm::bundler::Track::invalidate | ( | void | ) |
Definition at line 35 of file bundler_common.cc.
|
inline |
Definition at line 210 of file bundler_common.h.
void sfm::bundler::Track::remove_view | ( | int | view_id | ) |
Definition at line 42 of file bundler_common.cc.
math::Vec3uc sfm::bundler::Track::color |
Definition at line 86 of file bundler_common.h.
FeatureReferenceList sfm::bundler::Track::features |
Definition at line 87 of file bundler_common.h.
math::Vec3f sfm::bundler::Track::pos |
Definition at line 85 of file bundler_common.h.