1
2
3
4
5
6
7
    Mat mat = (Mat_<float>(13<< 231);
    Mat B = (Mat_<float>(21<< 00);
    Mat R(22, CV_16FC2);
 
    solvePoly(mat, R);
    cout << R << endl;
 
cs


+ Recent posts