39 #ifndef _vpMomentCentered_h_ 40 #define _vpMomentCentered_h_ 42 #include <visp3/core/vpMoment.h> 86 double get(
unsigned int i,
unsigned int j)
const;
88 inline const std::vector<double> &
get()
const;
92 inline const char *
name()
const {
return "vpMomentCentered"; }
95 void printWithIndices(std::ostream &os)
const;
99 void set(
unsigned int i,
unsigned int j,
double value);
const std::vector< double > & get() const
Class for generic objects.
const std::vector< double > & get() const
virtual ~vpMomentCentered()
This class defines shared methods/attributes for 2D moments.
virtual void printDependencies(std::ostream &os) const
This class defines the double-indexed centered moment descriptor .
const char * name() const
friend VISP_EXPORT std::ostream & operator<<(std::ostream &os, const vpMoment &m)