Home | History | Annotate | Download | only in src

Lines Matching refs:Vec4f

194  * @param _lines    Return: A vector of Vec4i or Vec4f elements specifying the beginning and ending point of a line.
195 * Where Vec4i/Vec4f is (x1, y1, x2, y2), point 1 is the start, point 2 - end.
289 * @param lines Return: A vector of Vec4f elements specifying the beginning and ending point of a line.
290 * Where Vec4f is (x1, y1, x2, y2), point 1 is the start, point 2 - end.
300 void flsd(std::vector<Vec4f>& lines,
421 std::vector<Vec4f> lines;
438 void LineSegmentDetectorImpl::flsd(std::vector<Vec4f>& lines,
521 lines.push_back(Vec4f(float(rec.x1), float(rec.y1), float(rec.x2), float(rec.y2)));
1184 const Vec4f& v = _lines.at<Vec4f>(i);
1211 Point2f b(_lines1.at<Vec4f>(i)[0], _lines1.at<Vec4f>(i)[1]);
1212 Point2f e(_lines1.at<Vec4f>(i)[2], _lines1.at<Vec4f>(i)[3]);
1217 Point2f b(_lines2.at<Vec4f>(i)[0], _lines2.at<Vec4f>(i)[1]);
1218 Point2f e(_lines2.at<Vec4f>(i)[2], _lines2.at<Vec4f>(i)[3]);