![]()  | 
  
    SLProject
    4.2.000
    
   A platform independent 3D computer graphics framework for desktop OS,  Android,  iOS and online in web browsers 
   | 
 
#include <CVTypedefs.h>Go to the source code of this file.
Classes | |
| class | CVFeatureManager | 
| Wrapper class around OpenCV feature detector & describer.  More... | |
Enumerations | |
| enum | CVFeatureType { FT_SIFT , FT_SURF , FT_ORB } | 
| OpenCV feature type.  More... | |
| enum | CVDetectDescribeType { DDT_FAST_BRIEF , DDT_RAUL_RAUL , DDT_ORB_ORB , DDT_SURF_SURF , DDT_SIFT_SIFT } | 
| Feature detector-decriptor types.  More... | |
Definition in file CVFeatureManager.h.
| enum CVDetectDescribeType | 
Feature detector-decriptor types.
| Enumerator | |
|---|---|
| DDT_FAST_BRIEF | |
| DDT_RAUL_RAUL | |
| DDT_ORB_ORB | |
| DDT_SURF_SURF | |
| DDT_SIFT_SIFT | |
Definition at line 25 of file CVFeatureManager.h.
| enum CVFeatureType | 
OpenCV feature type.
| Enumerator | |
|---|---|
| FT_SIFT | |
| FT_SURF | |
| FT_ORB | |
Definition at line 17 of file CVFeatureManager.h.