47 #ifndef _vpXmlConfigParserKeyPoint_h_ 48 #define _vpXmlConfigParserKeyPoint_h_ 50 #include <visp3/core/vpConfig.h> 52 #ifdef VISP_HAVE_PUGIXML 68 constantFactorDistanceThreshold,
73 stdAndRatioDistanceThreshold,
81 std::string getDetectorName()
const;
82 std::string getExtractorName()
const;
83 std::string getMatcherName()
const;
85 double getMatchingFactorThreshold()
const;
87 double getMatchingRatioThreshold()
const;
89 int getNbRansacIterations()
const;
90 int getNbRansacMinInlierCount()
const;
91 double getRansacConsensusPercentage()
const;
92 double getRansacReprojectionError()
const;
93 double getRansacThreshold()
const;
94 bool getUseRansacConsensusPercentage()
const;
95 bool getUseRansacVVSPoseEstimation()
const;
97 void parse(
const std::string &filename);
107 #endif //VISP_HAVE_PUGIXML