Searched refs:cvReshape (Results 1 - 17 of 17) sorted by relevance

/external/opencv3/modules/imgproc/src/
H A Dutils.cpp57 mat = cvReshape(mat, &hdr, 2);
/external/opencv3/modules/core/test/
H A Dtest_io.cpp217 cvReshape(m, &stub1, 1, 0);
218 cvReshape(&_test_mat, &_test_stub1, 1, 0);
246 cvReshape(&stub, &stub1, 1, 0);
247 cvReshape(&_test_stub, &_test_stub1, 1, 0);
265 cvReshape(&stub, &stub1, 1, 0);
/external/opencv/cv/src/
H A Dcvthresh.cpp326 src = cvReshape( src, &src0, 1 );
327 dst = cvReshape( dst, &dst0, 1 );
H A Dcvcalibration.cpp1184 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( _m
[all...]
H A Dcvfundam.cpp1237 src = cvReshape( src, &_src, 1, s_count );
1259 dst = cvReshape( dst, &_dst, 1, d_count );
H A Dcvsmooth.cpp1191 CV_CALL( cvReshape( src, &src_reshaped, 1 ) );
/external/opencv/ml/src/
H A Dmlcnn.cpp1115 cvReshape( dE_dW, &dE_dW_mat, 0, weights->rows );
1169 cvReshape( dY_dX_elems, &activ_func_der, 0, 1 );
1175 cvReshape( layer->sumX, &sumX_row, 0, 1 );
1200 CV_CALL(cvReshape( dY_dX_elems, dY_dX_elems, 0, 1 ));
1230 cvReshape( dE_dW, &dE_dW_mat, 0, weights->rows );
1287 CV_CALL(cvReshape( layer->exp2ssumWX, &exp2ssumWXrow, 0, layer->exp2ssumWX->cols ));
1299 cvReshape( X, &Xrow, 0, 1 );
1318 cvReshape( dE_dW, &dE_dW_mat, 0, n_outputs );
H A Dmlem.cpp287 CV_CALL( cvReshape( &expo, &expo, 0, nclusters ));
432 cvReshape( weights, weights, 1, params.weights->rows );
434 cvReshape( weights, weights, 1, 1 );
/external/opencv3/modules/calib3d/src/
H A Dcalibration.cpp985 cvReshape( matM, matM, 1, count );
1095 cvReshape( matM, matM, 3, 1 );
1096 cvReshape( _mn, _mn, 2, 1 );
1110 cvReshape( _err, _err, 2, 1 );
1124 cvReshape( _err, _err, 1, 2*count );
1487 cvReshape( _err, &_mp, 2, 1 );
1680 cvReshape( objectPoints, objectPoints, 3, 1 );
1699 cvReshape( imagePoints[k], imagePoints[k], 2, 1 );
1950 cvReshape( err, &tmpimagePoints, 2, 1 );
2482 cvReshape( _m
[all...]
/external/opencv/cv/include/
H A Dcvcompat.h157 cvReshape( src, &tsrc, 3, 0 );
158 cvReshape( dst, &tdst, 3, 0 );
/external/opencv3/modules/calib3d/test/
H A Dtest_fundam.cpp176 cvReshape( &_omegav, &_omegav, 1, 1 );
180 cvReshape( &matA, &matA, 1, 1 );
/external/opencv/cxcore/include/
H A Dcxcore.h411 CVAPI(CvMat*) cvReshape( const CvArr* arr, CvMat* header,
/external/opencv/cvaux/include/
H A Dcvmat.hpp1304 { cvReshape( this, this, newcn, newrows ); }
/external/opencv/cxcore/src/
H A Dcxmatrix.cpp1735 cvReshape( tmp_evals, tmp_evals, 1, evals->rows );
H A Dcxarray.cpp3099 cvReshape( const CvArr* array, CvMat* header, function
3103 CV_FUNCNAME( "cvReshape" );
/external/opencv3/modules/core/include/opencv2/core/
H A Dcore_c.h798 The function is an advanced version of cvReshape that can work with multi-dimensional arrays as
801 Below are the two samples from the cvReshape description rewritten using cvReshapeMatND:
851 cvReshape(color_img, &gray_mat_hdr, 1);
858 row = cvReshape(mat, &row_header, 0, 1);
867 CVAPI(CvMat*) cvReshape( const CvArr* arr, CvMat* header,
/external/opencv3/modules/core/src/
H A Darray.cpp2712 cvReshape( const CvArr* array, CvMat* header, function

Completed in 717 milliseconds