HomeSort by relevance Sort by last modified time
    Searched defs:m_r_thresh (Results 1 - 3 of 3) sorted by null

  /development/perftests/panorama/feature_stab/db_vlvm/
db_feature_detection.h 74 void SetRelativeThreshold(double r_thresh) { m_r_thresh = r_thresh; };
85 double m_a_thresh,m_r_thresh; member in class:db_CornerDetector_f
151 virtual void SetRelativeThreshold(double r_thresh) { m_r_thresh = r_thresh; };
173 double m_a_thresh,m_r_thresh; member in class:db_CornerDetector_u
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.h 74 void SetRelativeThreshold(double r_thresh) { m_r_thresh = r_thresh; };
85 double m_a_thresh,m_r_thresh; member in class:db_CornerDetector_f
151 virtual void SetRelativeThreshold(double r_thresh) { m_r_thresh = r_thresh; };
173 double m_a_thresh,m_r_thresh; member in class:db_CornerDetector_u
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.h 74 void SetRelativeThreshold(double r_thresh) { m_r_thresh = r_thresh; };
85 double m_a_thresh,m_r_thresh; member in class:db_CornerDetector_f
151 virtual void SetRelativeThreshold(double r_thresh) { m_r_thresh = r_thresh; };
173 double m_a_thresh,m_r_thresh; member in class:db_CornerDetector_u

Completed in 144 milliseconds