HomeSort by relevance Sort by last modified time
    Searched refs:m_outlier_t2 (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.cpp 202 m_outlier_t2 = outlier_t1*outlier_t1;//*m_scale*m_scale;
524 if (m_sq_cost[c] <= m_outlier_t2)
619 if (m_sq_cost[c] > m_outlier_t2)
679 m_outlier_t2 = db_sqr(i*m_max_cost_pix/m_nr_bins);
681 //std::cout << "m_outlier_t2 " << m_outlier_t2 << std::endl;
dbreg.h 306 double m_outlier_t2; member in class:db_FrameToReferenceRegistration

Completed in 36 milliseconds