44 #include <visp3/core/vpMath.h>
45 #include <visp3/core/vpMatrix.h>
46 #include <visp3/me/vpMeTracker.h>
47 #include <visp3/me/vpNurbs.h>
130 #ifdef VISP_BUILD_DEPRECATED_FUNCTIONS
142 unsigned int nbControlPoints;
151 bool enableCannyDetection;
196 this->cannyTh1 = th1;
197 this->cannyTh2 = th2;
286 void suppressPoints();
293 void supressNearPoints();
328 void computeFreemanParameters(
unsigned int element,
vpImagePoint &diP);
Class to define RGB colors available for display functionalities.
static const vpColor green
Class that defines a 2D point in an image. This class is useful for image processing and stores only ...
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)
Class that provides tools to compute and manipulate a Non Uniform Rational B-Spline curve.