44 #ifndef __FEATUREMOMENTBASIC_H__ 45 #define __FEATUREMOMENTBASIC_H__ 46 #include <visp3/core/vpMomentCommon.h> 47 #include <visp3/core/vpMomentObject.h> 48 #include <visp3/visual_features/vpFeatureMoment.h> 88 #ifndef DOXYGEN_SHOULD_SKIP_THIS 104 const char *
name()
const {
return "vpFeatureMomentBasic"; }
Functionality computation for basic moment feature. Computes the interaction matrix associated with v...
Implementation of a matrix and operations on matrices.
virtual void compute_interaction(void)
error that can be emited by ViSP classes.
const char * momentName() const
This class allows to register all vpMoments so they can access each other according to their dependen...
vpMatrix interaction(const unsigned int select=FEATURE_ALL)
This class defines shared system methods/attributes for 2D moment features but no functional code...
const char * name() const
This class allows to register all feature moments (implemented in vpFeatureMoment... classes) so they can access each other according to their dependencies.