SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
FeatureExtractorFactory.h File Reference
#include <map>
#include <string>
#include <memory>
#include <KPextractor.h>
Include dependency graph for FeatureExtractorFactory.h:
This graph shows which files directly or indirectly include this file:

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
}
 

Enumeration Type Documentation

◆ ExtractorType

Enumerator
ExtractorType_FAST_ORBS_1000 
ExtractorType_FAST_ORBS_2000 
ExtractorType_FAST_ORBS_3000 
ExtractorType_FAST_ORBS_4000 
ExtractorType_FAST_BRIEF_1000 
ExtractorType_FAST_BRIEF_2000 
ExtractorType_FAST_BRIEF_3000 
ExtractorType_FAST_BRIEF_4000 
ExtractorType_Last 

Definition at line 10 of file FeatureExtractorFactory.h.