41#ifndef vpMbtMeEllipse_HH
42#define vpMbtMeEllipse_HH
47#include <visp3/me/vpMeEllipse.h>
49#ifndef DOXYGEN_SHOULD_SKIP_THIS
58class VISP_EXPORT vpMbtMeEllipse :
public vpMeEllipse
64 vpMbtMeEllipse(
const vpMbtMeEllipse &me_ellipse);
65 virtual ~vpMbtMeEllipse();
67 void computeProjectionError(
const vpImage<unsigned char> &_I,
double &_sumErrorRad,
unsigned int &_nbFeatures,
68 const vpMatrix &SobelX,
const vpMatrix &SobelY,
bool display,
unsigned int length,
69 unsigned int thickness);
81 void suppressPoints();
Class that defines a 2D point in an image. This class is useful for image processing and stores only ...
Definition of the vpImage class member functions.
Implementation of a matrix and operations on matrices.
Class that tracks an ellipse using moving edges.
virtual void sample(const vpImage< unsigned char > &I, bool doNotTrack=false) override
void initTracking(const vpImage< unsigned char > &I, bool trackCircle=false, bool trackArc=false)
void track(const vpImage< unsigned char > &I)
void display(const vpImage< unsigned char > &I)