A helper struct to sort keypoints by their response: It can be used with these types:
#include <mrpt/vision/TSimpleFeature.h>
Public Member Functions | |
| KeypointResponseSorter (const FEATURE_LIST &data) | |
| bool | operator() (size_t k1, size_t k2) const |
Public Attributes | |
| const FEATURE_LIST & | m_data |
| mrpt::vision::KeypointResponseSorter::KeypointResponseSorter | ( | const FEATURE_LIST & | data | ) | [inline] |
Definition at line 218 of file TSimpleFeature.h.
| bool mrpt::vision::KeypointResponseSorter::operator() | ( | size_t | k1, |
| size_t | k2 | ||
| ) | const [inline] |
Definition at line 219 of file TSimpleFeature.h.
References m_data.
| const FEATURE_LIST& mrpt::vision::KeypointResponseSorter::m_data |
Definition at line 217 of file TSimpleFeature.h.
Referenced by operator()().
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |