Home
last modified time | relevance | path

Searched refs:low_thresh_ (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudaimgproc/src/
Dcanny.cpp74low_thresh_(low_thresh), high_thresh_(high_thresh), apperture_size_(apperture_size), L2gradient_(L… in CannyImpl()
82 void setLowThreshold(double low_thresh) { low_thresh_ = low_thresh; } in setLowThreshold()
83 double getLowThreshold() const { return low_thresh_; } in getLowThreshold()
97 << "low_thresh" << low_thresh_ in write()
106 low_thresh_ = (double)fn["low_thresh"]; in read()
116 double low_thresh_; member in __anond5a576490111::CannyImpl
138 if (low_thresh_ > high_thresh_) in detect()
139 std::swap(low_thresh_, high_thresh_); in detect()
182 if (low_thresh_ > high_thresh_) in detect()
183 std::swap(low_thresh_, high_thresh_); in detect()
[all …]