43#ifndef _vpFeatureMomentArea_h_
44#define _vpFeatureMomentArea_h_
46#include <visp3/visual_features/vpFeatureMoment.h>
84 const char *
momentName()
const {
return "vpMomentArea"; }
88 const char *
name()
const {
return "vpFeatureMomentArea"; }
const char * momentName() const
vpFeatureMomentArea(vpMomentDatabase &data_base, double A_, double B_, double C_, vpFeatureMomentDatabase *featureMoments=NULL)
const char * name() const
This class allows to register all feature moments (implemented in vpFeatureMoment....
vpFeatureMoment(vpMomentDatabase &data_base, double A_=0.0, double B_=0.0, double C_=0.0, vpFeatureMomentDatabase *featureMoments=NULL, unsigned int nbmatrices=1)
virtual void compute_interaction(void)
This class allows to register all vpMoments so they can access each other according to their dependen...