42 #ifndef _vpMomentAreaNormalized_h_
43 #define _vpMomentAreaNormalized_h_
45 #include <visp3/core/vpMoment.h>
141 double desiredSurface;
175 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
const char * name() const
void setDesiredArea(double a_star)
double getDesiredDepth() 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