 |
Visual Servoing Platform
version 3.3.0
|
45 #ifndef vpMeTracker_HH
46 #define vpMeTracker_HH
48 #include <visp3/core/vpColVector.h>
49 #include <visp3/core/vpTracker.h>
50 #include <visp3/me/vpMe.h>
51 #include <visp3/me/vpMeSite.h>
67 #ifdef VISP_BUILD_DEPRECATED_FUNCTIONS
72 std::list<vpMeSite> list;
97 unsigned int numberOfSignal();
98 unsigned int totalNumberOfSignal();
109 static bool inMask(
const vpImage<bool> *mask,
unsigned int i,
unsigned int j);
111 int outOfImage(
int i,
int j,
int half,
int row,
int cols);
112 int outOfImage(
const vpImagePoint &iP,
int half,
int rows,
int cols);
159 void setMeList(
const std::list<vpMeSite> &l) { list = l; }
166 inline std::list<vpMeSite> &
getMeList() {
return list; }
167 inline std::list<vpMeSite>
getMeList()
const {
return list; }
176 #ifdef VISP_BUILD_DEPRECATED_FUNCTIONS
void init()
Default initialization.
virtual void setMask(const vpImage< bool > &mask)
Class that defines what is a feature generic tracker.
vpTracker & operator=(const vpTracker &tracker)
Copy operator.
const vpImage< bool > * m_mask
Mask used to disable tracking on a part of image.
Implementation of column vector and the associated operations.
std::list< vpMeSite > & getMeList()
void setDisplay(vpMeSite::vpMeSiteDisplayType select)
unsigned int getInitRange()
void setInitRange(const unsigned int &r)
Class that defines a 2D point in an image. This class is useful for image processing and stores only ...
vpMeSite::vpMeSiteDisplayType selectDisplay
Class to define colors available for display functionnalities.
std::list< vpMeSite > getMeList() const
Contains abstract elements for a Distance to Feature type feature.
vpMe * me
Moving edges initialisation parameters.
void setMeList(const std::list< vpMeSite > &l)