 |
Visual Servoing Platform
version 3.3.0
|
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);
This class defines shared methods/attributes for 2D moments.
This class defines the double-indexed centered moment descriptor .
virtual const char * name() const =0
virtual void printDependencies(std::ostream &os) const
Class for generic objects.
const std::vector< double > & get() const
const std::vector< double > & get() const
friend VISP_EXPORT std::ostream & operator<<(std::ostream &os, const vpMoment &m)