Searched refs:m_a_thresh (Results 1 – 2 of 2) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_feature_detection.h | 73 void SetAbsoluteThreshold(double a_thresh) { m_a_thresh = a_thresh; }; in SetAbsoluteThreshold() 85 double m_a_thresh,m_r_thresh; variable 147 virtual void SetAbsoluteThreshold(double a_thresh) { m_a_thresh = a_thresh; }; in SetAbsoluteThreshold() 173 double m_a_thresh,m_r_thresh; variable
|
D | db_feature_detection.cpp | 1619 m_a_thresh=absolute_threshold; in Start() 1638 threshold= (float) db_maxd(m_a_thresh,max_val*m_r_thresh); in DetectCorners() 1640 else threshold= (float) m_a_thresh; in DetectCorners() 1659 cd.m_a_thresh, cd.m_r_thresh); in db_CornerDetector_u() 1669 cd.m_a_thresh, cd.m_r_thresh); in operator =() 1717 m_a_thresh=absolute_threshold; in Start() 1738 threshold= (float) db_maxd(m_a_thresh,max_val*m_r_thresh); in DetectCorners() 1740 else threshold= (float) m_a_thresh; in DetectCorners() 1767 …turated(strength,BORDER,BORDER,m_w-BORDER-1,m_h-BORDER-1,m_bw,m_bh,m_area_factor,float(m_a_thresh), in ExtractCorners()
|