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;
165 void setNbControlPoints(
const unsigned int nbControlPoints) {this->nbControlPoints = nbControlPoints;}
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);