40#ifndef VP_MOMENT_GRAVITY_CENTER_NORMALIZED_H
41#define VP_MOMENT_GRAVITY_CENTER_NORMALIZED_H
43#include <visp3/core/vpMomentDatabase.h>
44#include <visp3/core/vpMomentGravityCenter.h>
69 const std::string
name() const VP_OVERRIDE {
return "vpMomentGravityCenterNormalized"; }
Class describing 2D normalized gravity center moment.
vpMomentGravityCenterNormalized()
const std::string name() const VP_OVERRIDE
Moment name.
void printDependencies(std::ostream &os) const VP_OVERRIDE
friend VISP_EXPORT std::ostream & operator<<(std::ostream &os, const vpMomentGravityCenter &v)
void compute() VP_OVERRIDE
Class for generic objects.