39#ifndef _vpFeatureMomentAreaNormalized_h_
40#define _vpFeatureMomentAreaNormalized_h_
42#include <visp3/core/vpConfig.h>
43#include <visp3/visual_features/vpFeatureMoment.h>
46#ifdef VISP_MOMENTS_COMBINE_MATRICES
95 vpFeatureMomentAreaNormalized(vpMomentDatabase &database,
double A_,
double B_,
double C_,
96 vpFeatureMomentDatabase *featureMoments =
nullptr)
97 : vpFeatureMoment(database, A_, B_, C_, featureMoments, 1)
105 const std::
string momentName() const VP_OVERRIDE
107 return "vpMomentAreaNormalized";
113 const std::string
name() const VP_OVERRIDE
115 return "vpFeatureMomentAreaNormalized";
209 return "vpMomentAreaNormalized";
215 const std::string
name() const VP_OVERRIDE
217 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 name() const VP_OVERRIDE
const std::string momentName() 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....
vpFeatureMoment(const vpFeatureMoment &)=delete
virtual const std::string name() const =0
virtual void compute_interaction(void)
This class allows to register all vpMoments so they can access each other according to their dependen...