39 #ifndef vpMbtMeEllipse_HH
40 #define vpMbtMeEllipse_HH
45 #include <visp3/me/vpMeEllipse.h>
47 #ifndef DOXYGEN_SHOULD_SKIP_THIS
56 class VISP_EXPORT vpMbtMeEllipse :
public vpMeEllipse
62 vpMbtMeEllipse(
const vpMbtMeEllipse &me_ellipse);
64 void computeProjectionError(
const vpImage<unsigned char> &_I,
double &_sumErrorRad,
unsigned int &_nbFeatures,
65 const vpMatrix &SobelX,
const vpMatrix &SobelY,
bool display,
unsigned int length,
66 unsigned int thickness);
78 void suppressPoints();
Class that defines a 2D point in an image. This class is useful for image processing and stores only ...
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)