Home
last modified time | relevance | path

Searched refs:m_ransacThreshold (Results 1 – 5 of 5) sorted by relevance

/dports/misc/visp/visp-3.4.0/modules/vision/src/key-point/
H A DvpXmlConfigParserKeyPoint.cpp63 m_ransacThreshold(0.01), m_useRansacConsensusPercentage(false), m_useRansacVVS(true) in Impl()
358 m_ransacThreshold = dataNode.text().as_double(); in read_ransac()
404 …std::cout << "ransac: ransac threshold in meter (for ViSP function): " << m_ransacThreshold << " (… in read_ransac()
407 …std::cout << "ransac: ransac threshold in meter (for ViSP function): " << m_ransacThreshold << std… in read_ransac()
427 double getRansacThreshold() const { return m_ransacThreshold; } in getRansacThreshold()
496 double m_ransacThreshold; member in vpXmlConfigParserKeyPoint::Impl
H A DvpKeyPoint.cpp92m_ransacThreshold(0.01), m_trainDescriptors(), m_trainKeyPoints(), m_trainPoints(), m_trainVpPoint… in vpKeyPoint()
128m_ransacThreshold(0.01), m_trainDescriptors(), m_trainKeyPoints(), m_trainPoints(), m_trainVpPoint… in vpKeyPoint()
163 …llel(false), m_ransacParallelNbThreads(0), m_ransacReprojectionError(6.0), m_ransacThreshold(0.01), in vpKeyPoint()
1045 pose.setRansacThreshold(m_ransacThreshold); in computePose()
3004 m_ransacThreshold = xmlp.getRansacThreshold(); in loadConfigFile()
4286 m_ransacThreshold = 0.01; in reset()
/dports/misc/visp/visp-3.4.0/modules/vision/include/visp3/vision/
H A DvpPose.h165 m_ransacThreshold(ransacThreshold_), m_uniRand(initial_seed_) in RansacFunctor()
190 double m_ransacThreshold; variable
H A DvpKeyPoint.h1106 m_ransacThreshold = threshold; in setRansacThreshold()
1279 double m_ransacThreshold; variable
/dports/misc/visp/visp-3.4.0/modules/vision/src/pose-estimation/
H A DvpPoseRansac.cpp263 if (isPoseValid && r < m_ransacThreshold) { in poseRansacImpl()
272 if (error < m_ransacThreshold) { in poseRansacImpl()