39 #ifndef _vpFeatureMomentAreaNormalized_h_
40 #define _vpFeatureMomentAreaNormalized_h_
42 #include <visp3/visual_features/vpFeatureMoment.h>
44 #ifdef VISP_MOMENTS_COMBINE_MATRICES
102 const std::string
momentName()
const override {
return "vpMomentAreaNormalized"; }
107 const std::string
name()
const override {
return "vpFeatureMomentAreaNormalized"; }
197 const std::string
momentName()
const override {
return "vpMomentAreaNormalized"; }
202 const std::string
name()
const override {
return "vpFeatureMomentAreaNormalized"; }
Functionality computation for normalized surface moment feature. Computes the interaction matrix asso...
vpFeatureMomentAreaNormalized(vpMomentDatabase &data_base, double A_, double B_, double C_, vpFeatureMomentDatabase *featureMoments=nullptr)
const std::string momentName() const override
const std::string name() const 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 const std::string name() const =0
virtual const std::string momentName() const =0
virtual void compute_interaction(void)
This class allows to register all vpMoments so they can access each other according to their dependen...