39 #ifndef _vpMomentAlpha_h_
40 #define _vpMomentAlpha_h_
42 #include <visp3/core/vpConfig.h>
43 #include <visp3/core/vpMoment.h>
214 std::vector<double> m_mu3Ref;
216 double m_symmetricThreshold;
220 vpMomentAlpha(
const std::vector<double> &mu3_ref,
double alpha_ref,
double threshold = 1e-6);
226 double get()
const {
return values[0]; }
230 const std::string
name()
const {
return "vpMomentAlpha"; }
This class defines the orientation of the object inside the plane parallel to the object.
bool is_symmetric() const
const std::string name() const
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