Searched refs:cannyThreshold_ (Results 1 – 1 of 1) sorted by relevance
85 void setCannyThreshold(int cannyThreshold) { cannyThreshold_ = cannyThreshold; } in setCannyThreshold()86 int getCannyThreshold() const { return cannyThreshold_; } in getCannyThreshold()105 << "cannyThreshold" << cannyThreshold_ in write()117 cannyThreshold_ = (int)fn["cannyThreshold"]; in read()127 int cannyThreshold_; member in __anon547dd86a0111::HoughCirclesDetectorImpl148 … dp_(dp), minDist_(minDist), cannyThreshold_(cannyThreshold), votesThreshold_(votesThreshold), in HoughCirclesDetectorImpl()151 canny_ = cuda::createCannyEdgeDetector(std::max(cannyThreshold_ / 2, 1), cannyThreshold_); in HoughCirclesDetectorImpl()172 CV_Assert( cannyThreshold_ > 0 ); in detect()181 canny_->setLowThreshold(std::max(cannyThreshold_ / 2, 1)); in detect()182 canny_->setHighThreshold(cannyThreshold_); in detect()