44 #include <visp3/core/vpMath.h>
45 #include <visp3/core/vpMatrix.h>
46 #include <visp3/me/vpMeTracker.h>
47 #include <visp3/me/vpNurbs.h>
134 #ifdef VISP_BUILD_DEPRECATED_FUNCTIONS
146 unsigned int nbControlPoints;
155 bool enableCannyDetection;
195 this->cannyTh1 = th1;
196 this->cannyTh2 = th2;
278 void suppressPoints();
285 void supressNearPoints();
320 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.