39#ifndef _vpFeatureMomentArea_h_
40#define _vpFeatureMomentArea_h_
42#include <visp3/core/vpConfig.h>
43#include <visp3/visual_features/vpFeatureMoment.h>
81 return "vpMomentArea";
87 const std::string
name() const VP_OVERRIDE
89 return "vpFeatureMomentArea";
vpFeatureMomentArea(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....
vpFeatureMoment(const vpFeatureMoment &)=delete
virtual void compute_interaction(void)
This class allows to register all vpMoments so they can access each other according to their dependen...