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