42 #include <visp/vpMomentBasic.h>
43 #include <visp/vpMomentObject.h>
84 VISP_EXPORT std::ostream& operator<<(std::ostream & os,
const vpMomentBasic& m){
85 os << (__FILE__) << std::endl;
95 os << (__FILE__) << std::endl;
96 os <<
"No dependencies on other vpMoments, since basic moments are computed in vpMomentObject" << std::endl;
This class defines the 2D basic moment . This class is a wrapper for vpMomentObject wich allows to us...
static void printWithIndices(const vpMomentObject &momobj, std::ostream &os)
const std::vector< double > & get() const
const std::vector< double > & get() const
This class defines shared methods/attributes for 2D moments.
void printDependencies(std::ostream &os) const
const vpMomentObject & getObject() const