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