Home
last modified time | relevance | path

Searched refs:m_dPrecision (Results 1 – 4 of 4) sorted by relevance

/dports/misc/openmvg/openMVG-2.0/src/openMVG/matching_image_collection/
H A DEo_Robust.hpp42 m_dPrecision(dPrecision), in GeometricFilter_EOMatrix_RA()
96 if (m_dPrecision != std::numeric_limits<double>::infinity()) in Robust_estimation()
98 m_dPrecision = (cam_I->imagePlane_toCameraPlaneError(Square(m_dPrecision)) + in Robust_estimation()
99 cam_J->imagePlane_toCameraPlaneError(Square(m_dPrecision))) / 2.; in Robust_estimation()
127 kernel, vec_inliers, m_stIteration, &m_E, m_dPrecision); in Robust_estimation()
159 double m_dPrecision; // upper_bound precision used for robust estimation member
H A DF_ACRobust.hpp38 m_dPrecision(dPrecision), in GeometricFilter_FMatrix_AC()
86 const double upper_bound_precision = Square(m_dPrecision); in Robust_estimation()
153 double m_dPrecision; // upper_bound precision used for robust estimation member
H A DH_ACRobust.hpp42 m_dPrecision(dPrecision), in GeometricFilter_HMatrix_AC()
92 const double upper_bound_precision = Square(m_dPrecision); in Robust_estimation()
204 double m_dPrecision; // upper_bound precision used for robust estimation member
H A DE_ACRobust.hpp46 m_dPrecision(dPrecision), in GeometricFilter_EMatrix_AC()
130 const double upper_bound_precision = Square(m_dPrecision); in Robust_estimation()
216 double m_dPrecision; // upper_bound precision used for robust estimation member