Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaimgproc/src/
Dhough_segments.cpp78 …rho_(rho), theta_(theta), minLineLength_(minLineLength), maxLineGap_(maxLineGap), maxLines_(maxLin… in HoughSegmentDetectorImpl()
90 void setMinLineLength(int minLineLength) { minLineLength_ = minLineLength; } in setMinLineLength()
91 int getMinLineLength() const { return minLineLength_; } in getMinLineLength()
104 << "minLineLength" << minLineLength_ in write()
114 minLineLength_ = (int)fn["minLineLength"]; in read()
122 int minLineLength_; member in __anon847be16b0111::HoughSegmentDetectorImpl
168 …listic_gpu(src, accum_, result_.ptr<int4>(), maxLines_, rho_, theta_, maxLineGap_, minLineLength_); in detect()