43 #ifndef __FEATUREMOMENTGRAVITYCENTERNORMALIZED_H__ 44 #define __FEATUREMOMENTGRAVITYCENTERNORMALIZED_H__ 45 #include <visp3/visual_features/vpFeatureMoment.h> 46 #ifdef VISP_MOMENTS_COMBINE_MATRICES 114 const char *
momentName()
const {
return "vpMomentGravityCenterNormalized"; }
118 const char *
name()
const {
return "vpFeatureMomentGravityCenterNormalized"; }
123 static unsigned int selectXn() {
return 1 << 0; }
128 static unsigned int selectYn() {
return 1 << 1; }
265 const char *
momentName()
const {
return "vpMomentGravityCenterNormalized"; }
269 const char *
name()
const {
return "vpFeatureMomentGravityCenterNormalized"; }
virtual const char * name() const =0
static unsigned int selectXn()
virtual void compute_interaction(void)
static unsigned int selectYn()
vpFeatureMomentGravityCenterNormalized(vpMomentDatabase &data_base, double A_, double B_, double C_, vpFeatureMomentDatabase *featureMoments=NULL)
Functionality computation for centered and normalized moment feature. Computes the interaction matrix...
virtual const char * momentName() const =0
This class allows to register all vpMoments so they can access each other according to their dependen...
This class defines shared system methods/attributes for 2D moment features but no functional code...
const char * name() const
const char * momentName() const
This class allows to register all feature moments (implemented in vpFeatureMoment... classes) so they can access each other according to their dependencies.