42 #ifndef _vpXmlConfigParserKeyPoint_h_
43 #define _vpXmlConfigParserKeyPoint_h_
45 #include <visp3/core/vpConfig.h>
64 constantFactorDistanceThreshold,
69 stdAndRatioDistanceThreshold,
89 std::string getDetectorName()
const;
96 std::string getExtractorName()
const;
103 std::string getMatcherName()
const;
110 double getMatchingFactorThreshold()
const;
117 vpMatchingMethodEnum getMatchingMethod()
const;
124 double getMatchingRatioThreshold()
const;
131 int getNbRansacIterations()
const;
138 int getNbRansacMinInlierCount()
const;
145 double getRansacConsensusPercentage()
const;
153 double getRansacReprojectionError()
const;
160 double getRansacThreshold()
const;
168 bool getUseRansacConsensusPercentage()
const;
176 bool getUseRansacVVSPoseEstimation()
const;
182 void parse(
const std::string &filename);