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>
129 vpMomentCommon(
double dstSurface,
const std::vector<double> &ref,
double refAlpha,
double dstZ = 1.0,
130 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 wich allows to us...
This class defines the double-indexed centered moment descriptor .
static std::vector< double > getMu3(vpMomentObject &object)
vpMomentCommon(double dstSurface, const std::vector< double > &ref, double refAlpha, double dstZ=1.0, bool flg_sxsyfromnormalized=false)
static double getAlpha(vpMomentObject &object)
static double getSurface(vpMomentObject &object)
virtual void updateAll(vpMomentObject &object)
Class describing 2D normalized gravity center moment.
Class describing 2D gravity center moment.
Class for generic objects.