37#ifndef _vpMomentAreaNormalized_h_
38#define _vpMomentAreaNormalized_h_
40#include <visp3/core/vpMoment.h>
136 double desiredSurface;
164#if defined(VISP_BUILD_DEPRECATED_FUNCTIONS)
180 const char *
name()
const {
return "vpMomentAreaNormalized"; }
Class handling the normalized surface moment that is invariant in scale and used to estimate depth.
virtual ~vpMomentAreaNormalized()
void setDesiredDepth(double Z_star)
double getDesiredArea() const
void setDesiredArea(double a_star)
double getDesiredDepth() const
const char * name() const
vp_deprecated double getDesiredSurface() const
This class defines the double-indexed centered moment descriptor .
Class for generic objects.
This class defines shared methods/attributes for 2D moments.
friend VISP_EXPORT std::ostream & operator<<(std::ostream &os, const vpMoment &m)
virtual void printDependencies(std::ostream &os) const