50 #include <visp/vpMatrix.h>
51 #include <visp/vpMath.h>
52 #include <visp/vpMeTracker.h>
53 #include <visp/vpNurbs.h>
131 #ifdef VISP_BUILD_DEPRECATED_FUNCTIONS
143 unsigned int nbControlPoints;
149 bool enableCannyDetection;
182 this->cannyTh1 = th1;
183 this->cannyTh2 = th2;
188 const std::list<vpImagePoint> &ptList) ;
195 void setExtremities() ;
198 void suppressPoints() ;
200 void supressNearPoints();
210 #ifdef VISP_BUILD_DEPRECATED_FUNCTIONS
221 unsigned int &element);
228 void computeFreemanParameters(
unsigned int element,
vpImagePoint &diP);
Provide simple list management.
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