Home
last modified time | relevance | path

Searched refs:m_max_cost_pix (Results 1 – 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbreg.cpp29 …m_initialized(false),m_nr_matches(0),m_over_allocation(256),m_nr_bins(20),m_max_cost_pix(30), m_qu… in db_FrameToReferenceRegistration()
640 int bin = (int)(error/m_max_cost_pix*m_nr_bins); in ComputeCostHistogram()
679 m_outlier_t2 = db_sqr(i*m_max_cost_pix/m_nr_bins); in SetOutlierThreshold()
Ddbreg.h399 int m_max_cost_pix; variable