39#ifndef VP_MOMENT_ALPHA_H
40#define VP_MOMENT_ALPHA_H
42#include <visp3/core/vpConfig.h>
43#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);
228 const std::string
name() const VP_OVERRIDE {
return "vpMomentAlpha"; }
This class defines the orientation of the object inside the plane parallel to the object.
const std::string name() const VP_OVERRIDE
bool is_symmetric() const
std::vector< double > values
friend VISP_EXPORT std::ostream & operator<<(std::ostream &os, const vpMoment &m)
virtual void printDependencies(std::ostream &os) const
vpMoment(const vpMoment &)=delete