39 #ifndef _vpMomentCentered_h_
40 #define _vpMomentCentered_h_
42 #include <visp3/core/vpConfig.h>
43 #include <visp3/core/vpMoment.h>
82 double get(
unsigned int i,
unsigned int j)
const;
84 inline const std::vector<double> &
get()
const;
88 inline const std::string
name()
const {
return "vpMomentCentered"; }
91 void printWithIndices(std::ostream &os)
const;
95 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
const std::string 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