39#ifndef VP_MOMENT_CENTERED_H
40#define VP_MOMENT_CENTERED_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 VP_OVERRIDE {
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 VP_OVERRIDE
Class for generic objects.
const std::vector< double > & get() const
friend VISP_EXPORT std::ostream & operator<<(std::ostream &os, const vpMoment &m)
virtual void printDependencies(std::ostream &os) const
vpMoment(const vpMoment &)=delete