42#include <visp3/core/vpDisplay.h>
43#include <visp3/core/vpImage.h>
44#include <visp3/core/vpMatrix.h>
45#include <visp3/me/vpMe.h>
76 } vpMeSiteDisplayType;
85#ifdef VISP_BUILD_DEPRECATED_FUNCTIONS
127 void init(
double ip,
double jp,
double alphap);
132 void init(
double ip,
double jp,
double alphap,
double convltp);
137 void init(
double ip,
double jp,
double alphap,
double convltp,
int sign);
251#ifdef VISP_BUILD_DEPRECATED_FUNCTIONS
290 friend VISP_EXPORT std::ostream &operator<<(std::ostream &os,
vpMeSite &vpMeS);
341 const vpMeSiteState &state = NO_SUPPRESSION);
358 static void display(
const vpImage<vpRGBa> &I,
const double &i,
const double &j,
359 const vpMeSiteState &state = NO_SUPPRESSION);
362#ifdef VISP_BUILD_DEPRECATED_FUNCTIONS
Definition of the vpImage class member functions.
static double sqr(double x)
Performs search in a given direction(normal) for a given distance(pixels) for a given 'site'....
int j
Coordinates along j of a site.
@ CONSTRAST
Point removed due to a contrast problem.
@ TOO_NEAR
Point removed because too near image borders.
@ THRESHOLD
Point removed due to a threshold problem.
@ CONTRAST
Point removed due to a contrast problem.
@ M_ESTIMATOR
Point removed during virtual visual-servoing because considered as an outlier.
@ NO_SUPPRESSION
Point used by the tracker.
void setDisplay(vpMeSiteDisplayType select)
double weight
Uncertainty of point given as a probability between 0 and 1.
double ifloat
Floating coordinates along i of a site.
void setAlpha(const double &a)
int i
Coordinate along i of a site.
static double distance(const vpMeSite &S1, const vpMeSite &S2)
void setWeight(const double &w)
vp_deprecated void getSign(const vpImage< unsigned char > &I, const int range)
double normGradient
Convolution of Site in previous image.
double alpha
Angle of tangent at site.
double jfloat
Floating coordinates along j of a site.
vpMeSiteState getState() const
double convlt
Convolution of Site in previous image.
double get_ifloat() const
static double sqrDistance(const vpMeSite &S1, const vpMeSite &S2)
double get_jfloat() const
void setState(const vpMeSiteState &flag)