A list of features.
Definition at line 361 of file CFeature.h.
#include <mrpt/vision/CFeature.h>
Public Member Functions | |
TFeatureType | get_type () const |
The type of the first feature in the list. More... | |
void | saveToTextFile (const std::string &fileName) |
Save list of matched features to a text file. More... | |
void | getBothFeatureLists (CFeatureList &list1, CFeatureList &list2) |
Returns the matching features as two separate CFeatureLists. More... | |
CFeaturePtr | getByID (const TFeatureID &ID, const TListIdx &idx) |
Returns a smart pointer to the feature with the provided ID or a empty one if not found. More... | |
void | getMaxID (const TListIdx &idx, TFeatureID &firstListID, TFeatureID &secondListID) |
Returns the maximum ID of the features in the list. More... | |
void | updateMaxID (const TListIdx &idx) |
Updates the value of the maximum ID of the features in the matched list, i.e. More... | |
void | setLeftMaxID (const TFeatureID &leftID) |
Explicitly set the max IDs values to certain values. More... | |
void | setRightMaxID (const TFeatureID &rightID) |
void | setMaxIDs (const TFeatureID &leftID, const TFeatureID &rightID) |
CMatchedFeatureList () | |
Constructor. More... | |
virtual | ~CMatchedFeatureList () |
Virtual destructor. More... | |
Public Attributes | |
T | elements |
STL member. More... | |
Protected Attributes | |
TFeatureID | m_leftMaxID |
TFeatureID | m_rightMaxID |
CMatchedFeatureList::CMatchedFeatureList | ( | ) |
Constructor.
Definition at line 1095 of file CFeature.cpp.
|
virtual |
Virtual destructor.
Definition at line 1100 of file CFeature.cpp.
|
inline |
The type of the first feature in the list.
Definition at line 365 of file CFeature.h.
References begin(), empty(), mrpt::vision::featNotDefined, and get_type().
Referenced by get_type().
void CMatchedFeatureList::getBothFeatureLists | ( | CFeatureList & | list1, |
CFeatureList & | list2 | ||
) |
Returns the matching features as two separate CFeatureLists.
Definition at line 1182 of file CFeature.cpp.
References begin(), MRPT_END, MRPT_START, and mrpt::vision::CFeatureList::resize().
Referenced by mrpt::vision::matchMultiResolutionFeatures().
CFeaturePtr CMatchedFeatureList::getByID | ( | const TFeatureID & | ID, |
const TListIdx & | idx | ||
) |
Returns a smart pointer to the feature with the provided ID or a empty one if not found.
Definition at line 1128 of file CFeature.cpp.
References begin(), and mrpt::vision::firstList.
void CMatchedFeatureList::getMaxID | ( | const TListIdx & | idx, |
TFeatureID & | firstListID, | ||
TFeatureID & | secondListID | ||
) |
Returns the maximum ID of the features in the list.
If the max ID has been already set up, this method just returns it. Otherwise, this method finds, stores and returns it.
Definition at line 1165 of file CFeature.cpp.
References ASSERT_, mrpt::vision::bothLists, empty(), mrpt::vision::firstList, m_leftMaxID, m_rightMaxID, MRPT_END, MRPT_START, mrpt::vision::secondList, and updateMaxID().
Referenced by mrpt::vision::matchFeatures().
void CMatchedFeatureList::saveToTextFile | ( | const std::string & | fileName | ) |
Save list of matched features to a text file.
Definition at line 1107 of file CFeature.cpp.
References begin(), mrpt::system::os::fclose(), mrpt::system::os::fopen(), and mrpt::system::os::fprintf().
|
inline |
Explicitly set the max IDs values to certain values.
Definition at line 384 of file CFeature.h.
Referenced by mrpt::vision::matchFeatures().
|
inline |
Definition at line 386 of file CFeature.h.
|
inline |
Definition at line 385 of file CFeature.h.
Referenced by mrpt::vision::matchFeatures().
Updates the value of the maximum ID of the features in the matched list, i.e.
it explicitly searches for the max ID and updates the member variables.
Definition at line 1143 of file CFeature.cpp.
References begin(), mrpt::vision::bothLists, mrpt::vision::firstList, mrpt::mrpt::utils::keep_max(), m_leftMaxID, m_rightMaxID, MRPT_END, MRPT_START, and mrpt::vision::secondList.
Referenced by getMaxID().
|
inherited |
STL member.
|
protected |
Definition at line 398 of file CFeature.h.
Referenced by getMaxID(), and updateMaxID().
|
protected |
Definition at line 398 of file CFeature.h.
Referenced by getMaxID(), and updateMaxID().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |