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