65 #include <visp/vpMatrix.h>
66 #include <visp/vpMath.h>
67 #include <visp/vpImage.h>
72 #ifdef VISP_BUILD_DEPRECATED_FUNCTIONS
104 const vpMe& operator=(
const vpMe &me);
125 void setMaskNumber(
const unsigned int &a) ;
156 void setMaskSize(
const unsigned int &a);
171 void setMu1(
const double &mu_1) { this->mu1 = mu_1 ; }
178 inline double getMu1()
const {
return mu1; }
185 void setMu2(
const double &mu_2) { this->mu2 = mu_2 ; }
192 inline double getMu2()
const {
return mu2; }
229 void setRange(
const unsigned int &r) { range = r ; }
236 inline unsigned int getRange()
const {
return range; }
308 #ifdef VISP_BUILD_DEPRECATED_FUNCTIONS
unsigned int getRange() const
Definition of the vpMatrix class.
unsigned int getMaskSize() const
vp_deprecated void setInitAberration(const double &a)
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)
Contains predetermined masks for sites and holds moving edges tracking parameters.
void setMu1(const double &mu_1)
int getNbTotalSample() const
double getThreshold() const
vp_deprecated void setMinSamplestep(const double &min)
unsigned int getAngleStep() const
unsigned int mask_size
convolution masks' size in pixels (masks are square),
void setAngleStep(const unsigned int &a)
void checkSamplestep(double &a)
int getPointsToTrack() const
vp_deprecated void setAberration(const double &a)
vpMatrix * getMask() const
void setMaskSign(const int &a)
void setMu2(const double &mu_2)
double min_samplestep
Contrast continuity parameter (right boundary)
unsigned int n_mask
the number of convolution masks available for tracking ; defines resolution.
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)