44 #ifndef __FEATUREMOMENTDATABASE_H__ 45 #define __FEATUREMOMENTDATABASE_H__ 50 #include <visp3/core/vpConfig.h> 163 bool operator()(
const char *a,
const char *b)
const {
return std::strcmp(a, b) < 0; }
164 char *operator=(
const char *) {
return NULL; }
166 std::map<const char *, vpFeatureMoment *, cmp_str> featureMomentsDataBase;
178 virtual void updateAll(
double A = 0.0,
double B = 0.0,
double C = 1.0);
Class for generic objects.
virtual ~vpFeatureMomentDatabase()
This class defines shared system methods/attributes for 2D moment features but no functional code...
vpFeatureMomentDatabase()
This class allows to register all feature moments (implemented in vpFeatureMoment... classes) so they can access each other according to their dependencies.