39 #ifndef _vpFeatureMomentArea_h_
40 #define _vpFeatureMomentArea_h_
42 #include <visp3/core/vpConfig.h>
43 #include <visp3/visual_features/vpFeatureMoment.h>
79 const std::
string momentName() const VP_OVERRIDE
81 return "vpMomentArea";
87 const std::string
name() const VP_OVERRIDE
89 return "vpFeatureMomentArea";
Surface moment feature. Computes the interaction matrix associated with vpMomentArea.
vpFeatureMomentArea(vpMomentDatabase &data_base, double A_, double B_, double C_, vpFeatureMomentDatabase *featureMoments=nullptr)
const std::string name() const VP_OVERRIDE
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...