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