47 #ifndef _vpXmlConfigParserKeyPoint_h_ 48 #define _vpXmlConfigParserKeyPoint_h_ 50 #include <visp3/core/vpConfig.h> 66 constantFactorDistanceThreshold,
71 stdAndRatioDistanceThreshold,
79 std::string getDetectorName()
const;
80 std::string getExtractorName()
const;
81 std::string getMatcherName()
const;
83 double getMatchingFactorThreshold()
const;
85 double getMatchingRatioThreshold()
const;
87 int getNbRansacIterations()
const;
88 int getNbRansacMinInlierCount()
const;
89 double getRansacConsensusPercentage()
const;
90 double getRansacReprojectionError()
const;
91 double getRansacThreshold()
const;
92 bool getUseRansacConsensusPercentage()
const;
93 bool getUseRansacVVSPoseEstimation()
const;
95 void parse(
const std::string &filename);