43 #ifndef __FEATUREMOMENTCENTERED_H__ 44 #define __FEATUREMOMENTCENTERED_H__ 45 #include <visp3/visual_features/vpFeatureMoment.h> 46 #include <visp3/visual_features/vpFeatureMomentBasic.h> 84 vpMatrix compute_Lmu_pq(
const unsigned int &p,
const unsigned int &q,
const double &xg,
const double &yg,
93 #ifndef DOXYGEN_SHOULD_SKIP_THIS 111 const char *
momentName()
const {
return "vpMomentCentered"; }
115 const char *
name()
const {
return "vpFeatureMomentCentered"; }
Functionality computation for basic moment feature. Computes the interaction matrix associated with v...
Implementation of a matrix and operations on matrices.
This class defines the 2D basic moment . This class is a wrapper for vpMomentObject wich allows to us...
const char * momentName() const
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.
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)
friend VISP_EXPORT std::ostream & operator<<(std::ostream &os, const vpFeatureMoment &featM)
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.