Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaimgproc/src/
Dhough_lines.cpp74 rho_(rho), theta_(theta), threshold_(threshold), doSort_(doSort), maxLines_(maxLines) in HoughLinesDetectorImpl()
90 void setDoSort(bool doSort) { doSort_ = doSort; } in setDoSort()
91 bool getDoSort() const { return doSort_; } in getDoSort()
102 << "doSort" << doSort_ in write()
112 doSort_ = (int)fn["doSort"] != 0; in read()
120 bool doSort_; member in __anon740b7d800111::HoughLinesDetectorImpl
164 …accum_, result_.ptr<float2>(0), result_.ptr<int>(1), maxLines_, rho_, theta_, threshold_, doSort_); in detect()