46 #ifndef vpMbtMeLine_HH 47 #define vpMbtMeLine_HH 49 #include <visp3/core/vpPoint.h> 50 #include <visp3/me/vpMe.h> 51 #include <visp3/me/vpMeTracker.h> 53 #ifndef DOXYGEN_SHOULD_SKIP_THIS 65 double rho, theta, theta_1;
66 double delta, delta_1;
73 double expecteddensity;
77 virtual ~vpMbtMeLine();
79 void computeProjectionError(
const vpImage<unsigned char> &_I,
double &_sumErrorRad,
unsigned int &_nbFeatures,
81 const unsigned int length,
const unsigned int thickness);
95 inline double get_a()
const {
return this->a; }
103 inline double get_b()
const {
return this->b; }
111 inline double get_c()
const {
return this->c; }
114 double theta,
const bool doNoTrack);
127 void setExtremities();
134 #endif // #ifndef DOXYGEN_SHOULD_SKIP_THIS Implementation of a matrix and operations on matrices.
Performs search in a given direction(normal) for a given distance(pixels) for a given 'site'...
Class to define colors available for display functionnalities.
virtual void sample(const vpImage< unsigned char > &image, const bool doNotTrack=false)=0
Sample pixels at a given interval.
void track(const vpImage< unsigned char > &I)
Track sampled pixels.
Contains abstract elements for a Distance to Feature type feature.
void initTracking(const vpImage< unsigned char > &I)
Class that defines a 2D point in an image. This class is useful for image processing and stores only ...
virtual void display(const vpImage< unsigned char > &I, vpColor col)=0