Home | History | Annotate | Download | only in src

Lines Matching full:cvreshape

1184     cvReshape( _M, _M, 1, count );
1285 cvReshape( _M, _M, 3, 1 );
1286 cvReshape( _mn, _mn, 2, 1 );
1296 cvReshape( _mn, _mn, 2, 1 );
1300 cvReshape( _mn, _mn, 1, 2*count );
1671 cvReshape( _err, &_mp, 2, 1 );
1882 cvReshape( objectPoints, objectPoints, 3, 1 );
1901 cvReshape( imagePoints[k], imagePoints[k], 2, 1 );
2122 cvReshape( err, &tmpimagePoints, 2, 1 );
2459 cvReshape( _m1, _m1, 2, 1 );
2460 cvReshape( _m1, _m1, 2, 1 );
2573 cvReshape( &A, &A, 1, npoints );
2574 cvReshape( _m2, &BxBy, 1, npoints );