49 #include <visp3/core/vpImage.h> 50 #include <visp3/core/vpMath.h> 51 #include <visp3/core/vpMatrix.h> 62 #ifdef VISP_BUILD_DEPRECATED_FUNCTIONS 100 #ifdef VISP_HAVE_CPP11_COMPATIBILITY 106 if (a < min_samplestep)
155 inline double getMu1()
const {
return mu1; }
161 inline double getMu2()
const {
return mu2; }
179 inline unsigned int getRange()
const {
return range; }
211 void setMaskNumber(
const unsigned int &a);
227 void setMaskSize(
const unsigned int &a);
241 void setMu1(
const double &mu_1) { this->mu1 = mu_1; }
248 void setMu2(
const double &mu_2) { this->mu2 = mu_2; }
271 void setRange(
const unsigned int &r) { range = r; }
unsigned int getRange() const
Implementation of a matrix and operations on matrices.
unsigned int getMaskSize() const
void setPointsToTrack(const int &n)
unsigned int getMaskNumber() const
void setStrip(const int &a)
void setSampleStep(const double &s)
int ntotal_sample
Distance between sampled points (in pixels)
void setNbTotalSample(const int &nb)
void setMu1(const double &mu_1)
int getNbTotalSample() const
double getThreshold() const
unsigned int getAngleStep() const
void setAngleStep(const unsigned int &a)
void checkSamplestep(double &a)
int getPointsToTrack() const
vpMatrix * getMask() const
void setMaskSign(const int &a)
void setMu2(const double &mu_2)
double min_samplestep
Contrast continuity parameter (right boundary)
double mu1
Likelihood ratio threshold.
void setThreshold(const double &t)
double mu2
Contrast continuity parameter (left boundary)
double getMinSampleStep() const
void setRange(const unsigned int &r)
double getSampleStep() const
double sample_step
Seek range - on both sides of the reference pixel.
void setMinSampleStep(const double &min)