44 #ifndef _vpFeatureMomentDatabase_h_
45 #define _vpFeatureMomentDatabase_h_
50 #include <visp3/core/vpConfig.h>
161 bool operator()(
const char *a,
const char *b)
const {
return std::strcmp(a, b) < 0; }
162 char *operator=(
const char *) {
return NULL; }
164 std::map<const char *, vpFeatureMoment *, vpCmpStr_t> featureMomentsDataBase;
176 virtual void updateAll(
double A = 0.0,
double B = 0.0,
double C = 1.0);
This class allows to register all feature moments (implemented in vpFeatureMoment....
vpFeatureMomentDatabase()
virtual ~vpFeatureMomentDatabase()
This class defines shared system methods/attributes for 2D moment features but no functional code....
Class for generic objects.