46 #include <visp3/core/vpMatrix.h>
47 #include <visp3/core/vpMath.h>
48 #include <visp3/me/vpMeTracker.h>
49 #include <visp3/me/vpNurbs.h>
127 #ifdef VISP_BUILD_DEPRECATED_FUNCTIONS
139 unsigned int nbControlPoints;
145 bool enableCannyDetection;
178 this->cannyTh1 = th1;
179 this->cannyTh2 = th2;
184 const std::list<vpImagePoint> &ptList) ;
191 void setExtremities() ;
194 void suppressPoints() ;
196 void supressNearPoints();
209 unsigned int &element);
216 void computeFreemanParameters(
unsigned int element,
vpImagePoint &diP);
Class to define colors available for display functionnalities.
virtual void sample(const vpImage< unsigned char > &image)=0
Sample pixels at a given interval.
static const vpColor green
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 ...
Class that provides tools to compute and manipulate a Non Uniform Rational B-Spline curve...
virtual void display(const vpImage< unsigned char > &I, vpColor col)=0