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> 158 void parse(
const char *filename);
161 void read_klt(xmlDocPtr doc, xmlNodePtr node);
210 inline void setQuality(
const double &q) { qualityValue = q; }
unsigned int winSize
Windows size.
void setQuality(const double &q)
unsigned int getWindowSize() const
double minDist
Minimum distance between klt points.
unsigned int getBlockSize() const
unsigned int maskBorder
Border of the mask used on Klt points.
unsigned int getMaxFeatures() const
virtual void readMainClass(xmlDocPtr doc, xmlNodePtr node)
double harrisParam
Harris free parameters.
unsigned int maxFeatures
Maximum of Klt features.
unsigned int getMaskBorder() const
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...
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 getMinDistance() const
double getHarrisParam() const
double qualityValue
Quality of the Klt points.
void parse(const char *filename)
unsigned int getPyramidLevels() const
double getQuality() const
void setBlockSize(const unsigned int &bs)
void setMaskBorder(const unsigned int &mb)