Jafar
|
00001 #ifndef _SPAF_FEATURES_DETECTOR_HPP_ 00002 #define _SPAF_FEATURES_DETECTOR_HPP_ 00003 00004 namespace jafar { 00005 namespace spaf { 00006 class SensorsData; 00007 class FeaturesBag; 00012 class FeaturesDetector { 00013 public: 00014 virtual ~FeaturesDetector() {} 00015 virtual void detectFeatures(FeaturesBag&, const SensorsData& ) = 0; 00016 }; 00017 } 00018 } 00019 00020 #endif
Generated on Wed Oct 15 2014 00:37:28 for Jafar by doxygen 1.7.6.1 |