Home | History | Annotate | Download | only in src

Lines Matching full:threshold_

864 BriskScaleSpace::getKeypoints(const int threshold_, std::vector<cv::KeyPoint>& keypoints)
871 int safeThreshold_ = (int)(threshold_ * safetyFactor_);
975 if (score > float(threshold_))