Public Member Functions | |
MatchedFeature (Legs *candidate, SavedFeature *closest, float distance) | |
bool | operator< (const MatchedFeature &b) const |
Public Attributes | |
Legs * | candidate_ |
SavedFeature * | closest_ |
float | distance_ |
Definition at line 201 of file srs_leg_detector.cpp.
MatchedFeature::MatchedFeature | ( | Legs * | candidate, |
SavedFeature * | closest, | ||
float | distance | ||
) | [inline] |
Definition at line 208 of file srs_leg_detector.cpp.
bool MatchedFeature::operator< | ( | const MatchedFeature & | b | ) | const [inline] |
Definition at line 214 of file srs_leg_detector.cpp.
Definition at line 204 of file srs_leg_detector.cpp.
Definition at line 205 of file srs_leg_detector.cpp.
Definition at line 206 of file srs_leg_detector.cpp.