40#include <visp3/core/vpIoTools.h>
41#include <visp3/vision/vpXmlConfigParserKeyPoint.h>
45#ifdef ENABLE_VISP_NAMESPACE
49#if defined(VISP_HAVE_PUGIXML)
52 double eps = std::numeric_limits<double>::epsilon();
54 std::string
filename = visp_images_dir +
"/xml/detection-config.xml";
64 std::cerr <<
"Issue when parsing xml: " <<
filename << std::endl;
70 std::string
filename = visp_images_dir +
"/xml/detection-config-SIFT.xml";
79 std::cerr <<
"Issue when parsing xml: " <<
filename << std::endl;
static bool equal(double x, double y, double threshold=0.001)
std::string getDetectorName() const
double getMatchingRatioThreshold() const
std::string getExtractorName() const
void parse(const std::string &filename)
bool getUseRansacVVSPoseEstimation() const
bool getUseRansacConsensusPercentage() const
std::string getMatcherName() const
int getNbRansacIterations() const
double getRansacConsensusPercentage() const
vpMatchingMethodEnum getMatchingMethod() const
double getRansacThreshold() const