Home | History | Annotate | Download | only in src

Lines Matching full:_lines

194  * @param _lines    Return: A vector of Vec4i or Vec4f elements specifying the beginning and ending point of a line.
206 void detect(InputArray _image, OutputArray _lines,
412 void LineSegmentDetectorImpl::detect(InputArray _image, OutputArray _lines,
432 Mat(lines).copyTo(_lines);
1177 Mat _lines;
1178 _lines = lines.getMat();
1179 int N = _lines.checkVector(4);
1184 const Vec4f& v = _lines.at<Vec4f>(i);