44#ifndef _vpFeatureMomentBasic_h_
45#define _vpFeatureMomentBasic_h_
47#include <visp3/core/vpMomentCommon.h>
48#include <visp3/core/vpMomentObject.h>
49#include <visp3/visual_features/vpFeatureMoment.h>
90#ifndef DOXYGEN_SHOULD_SKIP_THIS
106 const char *
name()
const {
return "vpFeatureMomentBasic"; }
error that can be emitted by ViSP classes.
@ functionNotImplementedError
Function not implemented.
vpFeatureMomentBasic(vpMomentDatabase &moments, double A, double B, double C, vpFeatureMomentDatabase *featureMoments=NULL)
const char * name() const
const char * momentName() 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)
vpMomentDatabase & moments
vpMatrix interaction(unsigned int select=FEATURE_ALL)
virtual void compute_interaction(void)
Implementation of a matrix and operations on matrices.
This class allows to register all vpMoments so they can access each other according to their dependen...