Public Member Functions | |
| MatchedFeature (SampleSet *candidate, SavedFeature *closest, float distance, double probability) | |
| bool | operator< (const MatchedFeature &b) const |
Public Attributes | |
| SampleSet * | candidate_ |
| SavedFeature * | closest_ |
| float | distance_ |
| double | probability_ |
Definition at line 419 of file leg_detector.cpp.
| MatchedFeature::MatchedFeature | ( | SampleSet * | candidate, |
| SavedFeature * | closest, | ||
| float | distance, | ||
| double | probability | ||
| ) | [inline] |
Definition at line 427 of file leg_detector.cpp.
| bool MatchedFeature::operator< | ( | const MatchedFeature & | b | ) | const [inline] |
Definition at line 434 of file leg_detector.cpp.
Definition at line 422 of file leg_detector.cpp.
Definition at line 423 of file leg_detector.cpp.
Definition at line 424 of file leg_detector.cpp.
| double MatchedFeature::probability_ |
Definition at line 425 of file leg_detector.cpp.