43#ifndef _vpFeatureMomentAreaNormalized_h_
44#define _vpFeatureMomentAreaNormalized_h_
46#include <visp3/visual_features/vpFeatureMoment.h>
48#ifdef VISP_MOMENTS_COMBINE_MATRICES
107 const char *
momentName()
const {
return "vpMomentAreaNormalized"; }
111 const char *
name()
const {
return "vpFeatureMomentAreaNormalized"; }
202 const char *
momentName()
const {
return "vpMomentAreaNormalized"; }
206 const char *
name()
const {
return "vpFeatureMomentAreaNormalized"; }
Functionality computation for normalized surface moment feature. Computes the interaction matrix asso...
const char * name() const
const char * momentName() const
vpFeatureMomentAreaNormalized(vpMomentDatabase &data_base, double A_, double B_, double C_, vpFeatureMomentDatabase *featureMoments=NULL)
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 char * momentName() const =0
virtual const char * 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...