Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaimgproc/src/
Dcanny.cpp74 …low_thresh_(low_thresh), high_thresh_(high_thresh), apperture_size_(apperture_size), L2gradient_(L… in CannyImpl()
85 void setHighThreshold(double high_thresh) { high_thresh_ = high_thresh; } in setHighThreshold()
86 double getHighThreshold() const { return high_thresh_; } in getHighThreshold()
98 << "high_thresh" << high_thresh_ in write()
107 high_thresh_ = (double)fn["high_thresh"]; in read()
117 double high_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 …]