Stores the spatial and temporal location of a single feature occurence in the video stream. More...
#include <tracks.hpp>
Public Member Functions | |
| indexedFeature (const int &i, const cv::Point2f &f) | |
Public Attributes | |
| cv::Point2f | featureCoord |
| unsigned int | imageIndex |
Stores the spatial and temporal location of a single feature occurence in the video stream.
Definition at line 17 of file tracks.hpp.
| indexedFeature::indexedFeature | ( | const int & | i, |
| const cv::Point2f & | f | ||
| ) | [inline] |
Definition at line 21 of file tracks.hpp.
| cv::Point2f indexedFeature::featureCoord |
Definition at line 19 of file tracks.hpp.
| unsigned int indexedFeature::imageIndex |
Definition at line 18 of file tracks.hpp.