A list of features. More...
#include <mrpt/vision/CFeature.h>


Public Member Functions | |
| TFeatureType | get_type () const |
| The type of feature which contains. | |
| void | saveToTextFile (const std::string &fileName) |
| Save list of matched features to a text file. | |
| CMatchedFeatureList () | |
| Constructor. | |
| virtual | ~CMatchedFeatureList () |
| Virtual destructor. | |
A list of features.
Definition at line 268 of file CFeature.h.
| mrpt::vision::CMatchedFeatureList::CMatchedFeatureList | ( | ) |
Constructor.
| virtual mrpt::vision::CMatchedFeatureList::~CMatchedFeatureList | ( | ) | [virtual] |
Virtual destructor.
| TFeatureType mrpt::vision::CMatchedFeatureList::get_type | ( | ) | const [inline] |
The type of feature which contains.
Definition at line 273 of file CFeature.h.
References mrpt::vision::featNotDefined, and mrpt::math::size().
| void mrpt::vision::CMatchedFeatureList::saveToTextFile | ( | const std::string & | fileName | ) |
Save list of matched features to a text file.
| Page generated by Doxygen 1.6.2 for MRPT 0.8.1 SVN:exported at Mon Feb 15 22:01:07 UTC 2010 |