MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
sfm::bundler::Track Struct Reference

Representation of a feature track. More...

#include <bundler_common.h>

Collaboration diagram for sfm::bundler::Track:
Collaboration graph
[legend]

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
 

Detailed Description

Representation of a feature track.

Definition at line 79 of file bundler_common.h.

Member Function Documentation

◆ invalidate()

void sfm::bundler::Track::invalidate ( void  )

Definition at line 35 of file bundler_common.cc.

◆ is_valid()

bool sfm::bundler::Track::is_valid ( void  ) const
inline

Definition at line 210 of file bundler_common.h.

◆ remove_view()

void sfm::bundler::Track::remove_view ( int  view_id)

Definition at line 42 of file bundler_common.cc.

Member Data Documentation

◆ color

math::Vec3uc sfm::bundler::Track::color

Definition at line 86 of file bundler_common.h.

◆ features

FeatureReferenceList sfm::bundler::Track::features

Definition at line 87 of file bundler_common.h.

◆ pos

math::Vec3f sfm::bundler::Track::pos

Definition at line 85 of file bundler_common.h.


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