38 #ifndef __MOMENTCENTERED_H__
39 #define __MOMENTCENTERED_H__
41 #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 char*
name()
const {
return "vpMomentCentered";}
91 void printWithIndices(std::ostream& os)
const;
96 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)