43 #ifndef _vpFeatureMomentAreaNormalized_h_
44 #define _vpFeatureMomentAreaNormalized_h_
46 #include <visp3/visual_features/vpFeatureMoment.h>
48 #ifdef VISP_MOMENTS_COMBINE_MATRICES
108 const char *
momentName()
const {
return "vpMomentAreaNormalized"; }
112 const char *
name()
const {
return "vpFeatureMomentAreaNormalized"; }
203 const char *
momentName()
const {
return "vpMomentAreaNormalized"; }
207 const char *
name()
const {
return "vpFeatureMomentAreaNormalized"; }
Functionality computation for normalized surface moment feature. Computes the interaction matrix asso...
const char * momentName() const
const char * name() const
vpFeatureMomentAreaNormalized(vpMomentDatabase &data_base, double A_, double B_, double C_, vpFeatureMomentDatabase *featureMoments=NULL)
This class allows to register all feature moments (implemented in vpFeatureMoment....
This class defines shared system methods/attributes for 2D moment features but no functional code....
virtual const char * momentName() const =0
virtual const char * name() const =0
virtual void compute_interaction(void)
This class allows to register all vpMoments so they can access each other according to their dependen...