|
Fawkes API
Fawkes Development Version
|
Siftpp Feature struct. More...
#include <siftpp.h>
Public Attributes | |
| VL::Sift::Keypoint | key |
| keypoint | |
| int | number_of_desc |
| number of descriptors | |
| VL::float_t ** | descs |
| descriptors | |
| VL::float_t** firevision::SiftppClassifier::Feature::descs |
descriptors
Definition at line 69 of file siftpp.h.
Referenced by firevision::SiftppClassifier::classify(), and firevision::SiftppClassifier::SiftppClassifier().
| VL::Sift::Keypoint firevision::SiftppClassifier::Feature::key |
keypoint
Definition at line 67 of file siftpp.h.
Referenced by firevision::SiftppClassifier::classify(), and firevision::SiftppClassifier::SiftppClassifier().
| int firevision::SiftppClassifier::Feature::number_of_desc |
number of descriptors
Definition at line 68 of file siftpp.h.
Referenced by firevision::SiftppClassifier::classify(), and firevision::SiftppClassifier::SiftppClassifier().