37 #ifndef VPCOMMONMOMENTS_H
38 #define VPCOMMONMOMENTS_H
40 #include <visp3/core/vpMomentAlpha.h>
41 #include <visp3/core/vpMomentArea.h>
42 #include <visp3/core/vpMomentAreaNormalized.h>
43 #include <visp3/core/vpMomentBasic.h>
44 #include <visp3/core/vpMomentCInvariant.h>
45 #include <visp3/core/vpMomentCentered.h>
46 #include <visp3/core/vpMomentDatabase.h>
47 #include <visp3/core/vpMomentGravityCenter.h>
48 #include <visp3/core/vpMomentGravityCenterNormalized.h>
130 vpMomentCommon(
double dstSurface,
const std::vector<double> &ref,
double refAlpha,
double dstZ = 1.0,
131 bool flg_sxsyfromnormalized =
false);
This class defines the orientation of the object inside the plane parallel to the object.
Class handling the normalized surface moment that is invariant in scale and used to estimate depth.
Class handling the surface moment.
This class defines the 2D basic moment . This class is a wrapper for vpMomentObject which allows to u...
This class defines the double-indexed centered moment descriptor .
This class initializes and allows access to commonly used moments.
This class allows to register all vpMoments so they can access each other according to their dependen...
virtual void updateAll(vpMomentObject &object)
Class describing 2D normalized gravity center moment.
Class describing 2D gravity center moment.
Class for generic objects.