Searched refs:relative_threshold (Results 1 – 2 of 2) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_feature_detection.h | 62 double relative_threshold=DB_DEFAULT_REL_CORNER_THRESHOLD); 79 double absolute_threshold,double relative_threshold,int chunkwidth); 124 double relative_threshold=DB_DEFAULT_REL_CORNER_THRESHOLD); 167 double absolute_threshold,double relative_threshold);
|
D | db_feature_detection.cpp | 1587 double absolute_threshold,double relative_threshold) in Init() argument 1603 absolute_threshold,relative_threshold,chunkwidth)); in Init() 1608 double absolute_threshold,double relative_threshold,int chunkwidth) in Start() argument 1618 m_r_thresh=relative_threshold; in Start() 1687 double absolute_threshold,double relative_threshold) in Init() argument 1702 16.0*absolute_threshold,relative_threshold)); in Init() 1707 double absolute_threshold,double relative_threshold) in Start() argument 1716 m_r_thresh=relative_threshold; in Start()
|