54 #include <visp/vpMatrix.h>
55 #include <visp/vpImage.h>
56 #include <visp/vpDisplay.h>
57 #include <visp/vpMe.h>
85 } vpMeSiteDisplayType;
118 void init(
double ip,
double jp,
double alphap) ;
119 void init(
double ip,
double jp,
double alphap,
double convltp) ;
120 void init(
double ip,
double jp,
double alphap,
double convltp,
int sign) ;
135 const bool test_contraste=
true);
159 inline int get_i()
const {
return i; }
166 inline int get_j()
const {
return j; }
192 #ifdef VISP_BUILD_DEPRECATED_FUNCTIONS
193 suppress = (int)flag;
222 friend VISP_EXPORT std::ostream& operator<<(std::ostream& os,
vpMeSite& vpMeS);
248 const vpMeSiteState &state = NO_SUPPRESSION);
249 static void display(
const vpImage<vpRGBa>& I,
const double &i,
const double &j,
250 const vpMeSiteState &state = NO_SUPPRESSION);
253 #ifdef VISP_BUILD_DEPRECATED_FUNCTIONS