44 #ifndef vpMbtKltXmlParser_HH 45 #define vpMbtKltXmlParser_HH 47 #include <visp3/core/vpConfig.h> 51 #include <libxml/xmlmemory.h> 53 #include <visp3/mbt/vpMbXmlParser.h> 159 void read_klt(xmlDocPtr doc, xmlNodePtr node);
208 inline void setQuality(
const double &q) { qualityValue = q; }
unsigned int winSize
Windows size.
unsigned int getMaskBorder() const
void setQuality(const double &q)
double getHarrisParam() const
double minDist
Minimum distance between klt points.
unsigned int maskBorder
Border of the mask used on Klt points.
unsigned int getBlockSize() const
virtual void readMainClass(xmlDocPtr doc, xmlNodePtr node)
unsigned int getMaxFeatures() const
double harrisParam
Harris free parameters.
unsigned int maxFeatures
Maximum of Klt features.
void setPyramidLevels(const unsigned int &pL)
Parse an Xml file to extract configuration parameters of a Mbt Klt object.Data parser for the KLT mod...
unsigned int getWindowSize() const
void writeMainClass(xmlNodePtr node)
void setWindowSize(const unsigned int &w)
unsigned int pyramidLevels
Number of pyramid levels.
void setHarrisParam(const double &hp)
void setMinDistance(const double &mD)
Parse an Xml file to extract configuration parameters of a mbtConfig object.Data parser for the model...
void setMaxFeatures(const unsigned int &mF)
unsigned int blockSize
Block size.
double getQuality() const
double qualityValue
Quality of the Klt points.
void setBlockSize(const unsigned int &bs)
double getMinDistance() const
void setMaskBorder(const unsigned int &mb)
unsigned int getPyramidLevels() const