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