DefaultExtractor.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002  *  DefaultExtractor.h
00003  *
00004  *  (C) 2008 AG Aktives Sehen <agas@uni-koblenz.de>
00005  *           Universitaet Koblenz-Landau
00006  *
00007  *******************************************************************************/
00008 
00009 #ifndef DefaultExtractor_H
00010 #define DefaultExtractor_H
00011 
00012 #include "KeyPointExtractor.h"
00013 
00019 class DefaultExtractor
00020 {
00021   public:
00022 
00023     enum ExtractorType {
00024       ExtParallelSurf=0,
00025       ExtOrigSurf=1
00026     };
00027 
00029     static KeyPointExtractor* createInstance();
00030 
00031 };
00032 
00033 
00034 #endif
00035 


or_libs
Author(s): raphael
autogenerated on Mon Oct 6 2014 02:53:18