42 #ifndef __MOMENTCENTERED_H__
43 #define __MOMENTCENTERED_H__
45 #include <visp/vpMoment.h>
85 double get(
unsigned int i,
unsigned int j)
const;
87 inline const std::vector<double>&
get()
const;
91 inline const char*
name()
const {
return "vpMomentCentered";}
97 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
This class defines shared methods/attributes for 2D moments.
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)