24 #ifndef SKA_CHEETAH_SIFT_SIFTALGOFACTORY_H 25 #define SKA_CHEETAH_SIFT_SIFTALGOFACTORY_H 27 #include <panda/Error.h> 38 template<
class SiftTraits>
48 template<
typename Algo>
54 template<
typename Algo>
56 return _config.template config<typename Algo::Config>().active();
59 void none_selected()
const 61 throw panda::Error(
"no Sift algorithm has been specified");
65 ConfigType
const& _config;
72 #endif // SKA_CHEETAH_SIFT_SIFTALGOFACTORY_H Some limits and constants for FLDO.
Factory for Sift algorithms.
Configuration for the sift module.