SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
#include <map>
#include <string>
#include <memory>
#include <KPextractor.h>
Go to the source code of this file.
Classes | |
class | FeatureExtractorFactory |
Enumerations | |
enum | ExtractorType { ExtractorType_FAST_ORBS_1000 = 0 , ExtractorType_FAST_ORBS_2000 = 1 , ExtractorType_FAST_ORBS_3000 = 2 , ExtractorType_FAST_ORBS_4000 = 3 , ExtractorType_FAST_BRIEF_1000 = 4 , ExtractorType_FAST_BRIEF_2000 = 5 , ExtractorType_FAST_BRIEF_3000 = 6 , ExtractorType_FAST_BRIEF_4000 = 7 , ExtractorType_Last = 8 } |
enum ExtractorType |
Definition at line 10 of file FeatureExtractorFactory.h.