$search

featureTrack Struct Reference

Stores all spatial and temporal locations of a single feature in a video stream, along with its 3D estimate. More...

#include <tracks.hpp>

List of all members.

Public Member Functions

void addFeature (indexedFeature &feat)
 featureTrack ()
Point3d get3dLoc ()
Point2f getCoord (unsigned int cam_idx)
void reset3dLoc (const Point3d &loc)
 Sets 3d location whether it has been set or not.
void set3dLoc (const Point3d &loc)
 Only sets 3d location if it hasn't already been set.

Public Attributes

bool isTriangulated
vector< indexedFeaturelocations

Protected Attributes

Point3d xyzEstimate

Detailed Description

Stores all spatial and temporal locations of a single feature in a video stream, along with its 3D estimate.

Definition at line 27 of file tracks.hpp.


Constructor & Destructor Documentation

featureTrack::featureTrack (  ) 

Definition at line 7 of file tracks.cpp.


Member Function Documentation

void featureTrack::addFeature ( indexedFeature feat  )  [inline]

Definition at line 41 of file tracks.hpp.

Point3d featureTrack::get3dLoc (  ) 

Definition at line 51 of file tracks.cpp.

Point2f featureTrack::getCoord ( unsigned int  cam_idx  ) 

Definition at line 33 of file tracks.cpp.

void featureTrack::reset3dLoc ( const Point3d &  loc  ) 

Sets 3d location whether it has been set or not.

Definition at line 23 of file tracks.cpp.

void featureTrack::set3dLoc ( const Point3d &  loc  ) 

Only sets 3d location if it hasn't already been set.

Definition at line 11 of file tracks.cpp.


Member Data Documentation

Definition at line 30 of file tracks.hpp.

Definition at line 29 of file tracks.hpp.

Point3d featureTrack::xyzEstimate [protected]

Definition at line 48 of file tracks.hpp.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


thermalvis
Author(s): Stephen Vidas
autogenerated on Tue Mar 5 12:25:47 2013