45 #ifndef __FEATUREMOMENTCENTERED_H__
46 #define __FEATUREMOMENTCENTERED_H__
47 #include <visp/vpFeatureMoment.h>
48 #ifdef VISP_MOMENTS_COMBINE_MATRICES
88 const char*
momentName()
const {
return "vpMomentCentered";}
92 const char*
name()
const {
return "vpFeatureMomentCentered";}
126 #ifndef DOXYGEN_SHOULD_SKIP_THIS
142 const char*
name()
const {
return "vpFeatureMomentCentered";}
Definition of the vpMatrix class.
virtual const char * name() const =0
virtual void compute_interaction(void)
Functionality computation for centered moment feature. Computes the interaction matrix associated wit...
error that can be emited by ViSP classes.
virtual const char * momentName() const =0
This class allows to register all vpMoments so they can access each other according to their dependen...
const char * name() const
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.