43 #ifndef _vpFeatureMomentArea_h_
44 #define _vpFeatureMomentArea_h_
46 #include <visp3/visual_features/vpFeatureMoment.h>
84 const char *
momentName()
const {
return "vpMomentArea"; }
88 const char *
name()
const {
return "vpFeatureMomentArea"; }
Surface moment feature. Computes the interaction matrix associated with vpMomentArea.
const char * momentName() const
vpFeatureMomentArea(vpMomentDatabase &data_base, double A_, double B_, double C_, vpFeatureMomentDatabase *featureMoments=NULL)
const char * name() const
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 void compute_interaction(void)
This class allows to register all vpMoments so they can access each other according to their dependen...