Home | History | Annotate | Download | only in test

Lines Matching defs:mat1

1427     cv::Mat mat1 = Mat::zeros(3, 1, CV_32SC2);
1430 cv::fitLine(mat1, line1, CV_DIST_L2, 0 ,0 ,0);
1447 cv::Mat mat1 = Mat::zeros(2, 1, CV_32SC3);
1450 cv::fitLine(mat1, line1, CV_DIST_L2, 0 ,0 ,0);