Home | History | Annotate | Download | only in src

Lines Matching refs:InputArray

206     void detect(InputArray _image, OutputArray _lines,
217 void drawSegments(InputOutputArray _image, InputArray lines);
229 int compareSegments(const Size& size, InputArray lines1, InputArray lines2, InputOutputArray _image = noArray());
412 void LineSegmentDetectorImpl::detect(InputArray _image, OutputArray _lines,
1155 void LineSegmentDetectorImpl::drawSegments(InputOutputArray _image, InputArray lines)
1192 int LineSegmentDetectorImpl::compareSegments(const Size& size, InputArray lines1, InputArray lines2, InputOutputArray _image)