44 #ifndef _vpMomentAlpha_h_
45 #define _vpMomentAlpha_h_
47 #include <visp3/core/vpMoment.h>
212 std::vector<double> m_mu3Ref;
214 double m_symmetricThreshold;
218 vpMomentAlpha(
const std::vector<double> &mu3_ref,
double alpha_ref,
double threshold = 1e-6);
225 double get()
const {
return values[0]; }
229 const char *
name()
const {
return "vpMomentAlpha"; }
234 inline bool is_ref()
const
246 inline bool is_symmetric()
const