44 #ifndef vpMbtMeEllipse_HH
45 #define vpMbtMeEllipse_HH
50 #include <visp3/me/vpMeEllipse.h>
52 #ifndef DOXYGEN_SHOULD_SKIP_THIS
61 class VISP_EXPORT vpMbtMeEllipse :
public vpMeEllipse
67 vpMbtMeEllipse(
const vpMbtMeEllipse &me_ellipse);
68 virtual ~vpMbtMeEllipse();
70 void computeProjectionError(
const vpImage<unsigned char> &_I,
double &_sumErrorRad,
unsigned int &_nbFeatures,
71 const vpMatrix &SobelX,
const vpMatrix &SobelY,
bool display,
unsigned int length,
72 unsigned int thickness);
84 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.
void initTracking(const vpImage< unsigned char > &I, bool trackArc=false)
void track(const vpImage< unsigned char > &I)
virtual void sample(const vpImage< unsigned char > &I, bool doNotTrack=false)
virtual void display(const vpImage< unsigned char > &I, vpColor col)=0