46 #ifndef __FEATUREMOMENTBASIC_H__
47 #define __FEATUREMOMENTBASIC_H__
48 #include <visp/vpFeatureMoment.h>
49 #include <visp/vpMomentCommon.h>
50 #include <visp/vpMomentObject.h>
80 #ifndef DOXYGEN_SHOULD_SKIP_THIS
91 const char*
momentName()
const {
return "vpMomentBasic";}
95 const char*
name()
const {
return "vpFeatureMomentBasic";}
Functionality computation for basic moment feature. Computes the interaction matrix associated with v...
Definition of the vpMatrix class.
virtual void compute_interaction(void)
const char * name() const
error that can be emited by ViSP classes.
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 * momentName() const
This class allows to register all feature moments (implemented in vpFeatureMoment... classes) so they can access each other according to their dependencies.