Searched refs:m_r_thresh (Results 1 – 2 of 2) sorted by relevance
74 void SetRelativeThreshold(double r_thresh) { m_r_thresh = r_thresh; }; in SetRelativeThreshold()85 double m_a_thresh,m_r_thresh; variable151 virtual void SetRelativeThreshold(double r_thresh) { m_r_thresh = r_thresh; }; in SetRelativeThreshold()173 double m_a_thresh,m_r_thresh; variable
1618 m_r_thresh=relative_threshold; in Start()1635 if(m_r_thresh) in DetectCorners()1638 threshold= (float) db_maxd(m_a_thresh,max_val*m_r_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 =()1716 m_r_thresh=relative_threshold; in Start()1735 if(m_r_thresh) in DetectCorners()1738 threshold= (float) db_maxd(m_a_thresh,max_val*m_r_thresh); in DetectCorners()