47 #ifndef __MOMENTBASIC_H__
48 #define __MOMENTBASIC_H__
50 #include <visp/vpMoment.h>
79 const std::vector<double>&
get()
const;
80 double get (
unsigned int i,
unsigned int j)
const;
84 const char*
name()
const {
return "vpMomentBasic";}
87 std::ostream & operator<<(std::ostream & os,
vpMomentBasic& v);
const char * name() const
This class defines the 2D basic moment . This class is a wrapper for vpMomentObject wich allows to us...
This class defines shared methods/attributes for 2D moments.