42 #ifndef _vpXmlConfigParserKeyPoint_h_
43 #define _vpXmlConfigParserKeyPoint_h_
45 #include <visp3/core/vpConfig.h>
47 #if defined(VISP_HAVE_PUGIXML)
66 constantFactorDistanceThreshold,
71 stdAndRatioDistanceThreshold,
91 std::string getDetectorName()
const;
98 std::string getExtractorName()
const;
105 std::string getMatcherName()
const;
112 double getMatchingFactorThreshold()
const;
119 vpMatchingMethodEnum getMatchingMethod()
const;
126 double getMatchingRatioThreshold()
const;
133 int getNbRansacIterations()
const;
140 int getNbRansacMinInlierCount()
const;
147 double getRansacConsensusPercentage()
const;
155 double getRansacReprojectionError()
const;
162 double getRansacThreshold()
const;
170 bool getUseRansacConsensusPercentage()
const;
178 bool getUseRansacVVSPoseEstimation()
const;
184 void parse(
const std::string &filename);