Searched refs:m_sq_cost (Results 1 – 2 of 2) sorted by relevance
56 m_sq_cost = NULL; in db_FrameToReferenceRegistration()112 delete [] m_sq_cost; in Clean()143 m_sq_cost = NULL; in Clean()237 m_sq_cost = new double [m_max_nr_matches]; in Init()524 if (m_sq_cost[c] <= m_outlier_t2) in ComputeInliers()605 … m_sq_cost[c] = SquaredInhomogenousHomographyError(m_corners_ins+k,m_H_ref_to_ins,m_corners_ref+k); in ComputeCostArray()619 if (m_sq_cost[c] > m_outlier_t2) in SelectOutliers()639 double error = db_SafeSqrt(m_sq_cost[c]); in ComputeCostHistogram()
376 double * m_sq_cost; variable