39 #ifndef _vpMeTracker_h_
40 #define _vpMeTracker_h_
42 #include <visp3/core/vpColVector.h>
43 #include <visp3/core/vpTracker.h>
44 #include <visp3/me/vpMe.h>
45 #include <visp3/me/vpMeSite.h>
61 #ifdef VISP_BUILD_DEPRECATED_FUNCTIONS
154 static bool inMask(
const vpImage<bool> *mask,
unsigned int i,
unsigned int j);
175 inline std::list<vpMeSite> &
getMeList() {
return list; }
182 inline std::list<vpMeSite>
getMeList()
const {
return list; }
208 unsigned int numberOfSignal();
218 int outOfImage(
int i,
int j,
int half,
int row,
int cols);
222 int outOfImage(
const vpImagePoint &iP,
int half,
int rows,
int cols);
266 void setMeList(
const std::list<vpMeSite> &l) { list = l; }
271 unsigned int totalNumberOfSignal();
283 #ifdef VISP_BUILD_DEPRECATED_FUNCTIONS
Implementation of column vector and the associated operations.
Class that defines a 2D point in an image. This class is useful for image processing and stores only ...
Contains abstract elements for a Distance to Feature type feature.
const vpImage< bool > * m_mask
Mask used to disable tracking on a part of image.
int nGoodElement
Number of good moving-edges that are tracked.
std::list< vpMeSite > getMeList() const
vpMeSite::vpMeSiteDisplayType selectDisplay
virtual void sample(const vpImage< unsigned char > &image, bool doNotTrack=false)=0
std::list< vpMeSite > list
void setDisplay(vpMeSite::vpMeSiteDisplayType select)
void setMeList(const std::list< vpMeSite > &l)
unsigned int init_range
Initial range.
unsigned int getInitRange()
void setInitRange(const unsigned int &r)
std::list< vpMeSite > & getMeList()
virtual void setMask(const vpImage< bool > &mask)
vpMe * me
Moving edges initialisation parameters.
Class that defines what is a feature generic tracker.
vpTracker & operator=(const vpTracker &tracker)
Copy operator.
void init()
Default initialization.