39 #ifndef vpMbtMeLine_HH
40 #define vpMbtMeLine_HH
42 #include <visp3/core/vpPoint.h>
43 #include <visp3/me/vpMe.h>
44 #include <visp3/me/vpMeTracker.h>
46 #ifndef DOXYGEN_SHOULD_SKIP_THIS
57 double rho, theta, theta_1;
58 double delta, delta_1;
65 double expecteddensity;
69 virtual ~vpMbtMeLine()
override;
71 void computeProjectionError(
const vpImage<unsigned char> &_I,
double &_sumErrorRad,
unsigned int &_nbFeatures,
72 const vpMatrix &SobelX,
const vpMatrix &SobelY,
bool display,
unsigned int length,
73 unsigned int thickness);
84 inline double get_a()
const {
return this->a; }
92 inline double get_b()
const {
return this->b; }
100 inline double get_c()
const {
return this->c; }
103 double theta,
bool doNoTrack);
116 void setExtremities();
Class to define RGB colors available for display functionalities.
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.
Performs search in a given direction(normal) for a given distance(pixels) for a given 'site'....
Contains abstract elements for a Distance to Feature type feature.
void initTracking(const vpImage< unsigned char > &I)
virtual void sample(const vpImage< unsigned char > &image, bool doNotTrack=false)=0
void track(const vpImage< unsigned char > &I)
void display(const vpImage< unsigned char > &I)