37 #ifndef _vpMomentAreaNormalized_h_
38 #define _vpMomentAreaNormalized_h_
40 #include <visp3/core/vpConfig.h>
41 #include <visp3/core/vpMoment.h>
141 double desiredSurface;
170 #if defined(VISP_BUILD_DEPRECATED_FUNCTIONS)
179 VP_DEPRECATED
double getDesiredSurface()
const {
return desiredSurface; }
186 const std::string
name()
const {
return "vpMomentAreaNormalized"; }
Class handling the normalized surface moment that is invariant in scale and used to estimate depth.
void setDesiredDepth(double Z_star)
double getDesiredArea() const
void setDesiredArea(double a_star)
double getDesiredDepth() const
const std::string name() 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