fitLine          3674 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void fitLine( InputArray points, OutputArray line, int distType,
fitLine           812 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.fitLine(points, dst, Imgproc.CV_DIST_L12, 0, 0.01, 0.01);
fitLine           633 modules/imgproc/src/linefit.cpp     cv::fitLine(points, linemat, dist, param, reps, aeps);
fitLine          1541 modules/imgproc/test/test_convhull.cpp         cv::fitLine(cv::cvarrToMat(points), (cv::Vec4f&)line[0], dist_type, 0, reps, aeps);
fitLine          1543 modules/imgproc/test/test_convhull.cpp         cv::fitLine(cv::cvarrToMat(points), (cv::Vec6f&)line[0], dist_type, 0, reps, aeps);
fitLine          1400 modules/imgproc/test/test_imgwarp.cpp     cv::fitLine(points_vector, line, CV_DIST_L2, 0 ,0 ,0);
fitLine          1420 modules/imgproc/test/test_imgwarp.cpp     cv::fitLine(points_vector, line, CV_DIST_L2, 0 ,0 ,0);
fitLine          1430 modules/imgproc/test/test_imgwarp.cpp     cv::fitLine(mat1, line1, CV_DIST_L2, 0 ,0 ,0);
fitLine          1440 modules/imgproc/test/test_imgwarp.cpp     cv::fitLine(mat2, line2, CV_DIST_L2, 0 ,0 ,0);
fitLine          1450 modules/imgproc/test/test_imgwarp.cpp     cv::fitLine(mat1, line1, CV_DIST_L2, 0 ,0 ,0);
fitLine          1460 modules/imgproc/test/test_imgwarp.cpp     cv::fitLine(mat2, line2, CV_DIST_L2, 0 ,0 ,0);