43 #ifndef __FEATUREMOMENTAREANORMALIZED_H__ 44 #define __FEATUREMOMENTAREANORMALIZED_H__ 45 #include <visp3/visual_features/vpFeatureMoment.h> 46 #ifdef VISP_MOMENTS_COMBINE_MATRICES 105 const char *
momentName()
const {
return "vpMomentAreaNormalized"; }
109 const char *
name()
const {
return "vpFeatureMomentAreaNormalized"; }
200 const char *
momentName()
const {
return "vpMomentAreaNormalized"; }
204 const char *
name()
const {
return "vpFeatureMomentAreaNormalized"; }
virtual const char * name() const =0
virtual void compute_interaction(void)
const char * momentName() const
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...
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.