Home
last modified time | relevance | path

Searched refs:maxLineGap_ (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()
93 void setMaxLineGap(int maxLineGap) { maxLineGap_ = maxLineGap; } in setMaxLineGap()
94 int getMaxLineGap() const { return maxLineGap_; } in getMaxLineGap()
105 << "maxLineGap" << maxLineGap_ in write()
115 maxLineGap_ = (int)fn["maxLineGap"]; in read()
123 int maxLineGap_; member in __anon847be16b0111::HoughSegmentDetectorImpl
168 …ilistic_gpu(src, accum_, result_.ptr<int4>(), maxLines_, rho_, theta_, maxLineGap_, minLineLength_… in detect()