Extracts keypoints from an image using the default method set in the config. More...
#include <DefaultExtractor.h>
Public Types | |
enum | ExtractorType { ExtParallelSurf = 0, ExtOrigSurf = 1 } |
Static Public Member Functions | |
static KeyPointExtractor * | createInstance () |
create new instance of the default keypoint extractor. The caller takes ownership of the pointer. |
Extracts keypoints from an image using the default method set in the config.
Definition at line 19 of file DefaultExtractor.h.
Definition at line 23 of file DefaultExtractor.h.
static KeyPointExtractor* DefaultExtractor::createInstance | ( | ) | [static] |
create new instance of the default keypoint extractor. The caller takes ownership of the pointer.