Searched refs:m_outlier_t2 (Results 1 – 2 of 2) sorted by relevance
202 m_outlier_t2 = outlier_t1*outlier_t1;//*m_scale*m_scale; in Init()524 if (m_sq_cost[c] <= m_outlier_t2) in ComputeInliers()619 if (m_sq_cost[c] > m_outlier_t2) in SelectOutliers()679 m_outlier_t2 = db_sqr(i*m_max_cost_pix/m_nr_bins); in SetOutlierThreshold()
306 double m_outlier_t2; variable