Home
last modified time | relevance | path

Searched refs:cvReshape (Results 1 – 11 of 11) sorted by relevance

/external/opencv/ml/src/
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 );
Dmlem.cpp287 CV_CALL( cvReshape( &expo, &expo, 0, nclusters )); in predict()
432 cvReshape( weights, weights, 1, params.weights->rows ); in init_em()
434 cvReshape( weights, weights, 1, 1 ); in init_em()
/external/opencv/cv/src/
Dcvthresh.cpp326 src = cvReshape( src, &src0, 1 ); in cvThreshold()
327 dst = cvReshape( dst, &dst0, 1 ); in cvThreshold()
Dcvcalibration.cpp1184 cvReshape( _M, _M, 1, count ); in cvFindExtrinsicCameraParams2()
1285 cvReshape( _M, _M, 3, 1 ); in cvFindExtrinsicCameraParams2()
1286 cvReshape( _mn, _mn, 2, 1 ); in cvFindExtrinsicCameraParams2()
1296 cvReshape( _mn, _mn, 2, 1 ); in cvFindExtrinsicCameraParams2()
1300 cvReshape( _mn, _mn, 1, 2*count ); in cvFindExtrinsicCameraParams2()
1671 cvReshape( _err, &_mp, 2, 1 ); in cvCalibrateCamera2()
1882 cvReshape( objectPoints, objectPoints, 3, 1 ); in cvStereoCalibrate()
1901 cvReshape( imagePoints[k], imagePoints[k], 2, 1 ); in cvStereoCalibrate()
2122 cvReshape( err, &tmpimagePoints, 2, 1 ); in cvStereoCalibrate()
2459 cvReshape( _m1, _m1, 2, 1 ); in cvStereoRectifyUncalibrated()
[all …]
Dcvfundam.cpp1237 src = cvReshape( src, &_src, 1, s_count ); in cvConvertPointsHomogeneous()
1259 dst = cvReshape( dst, &_dst, 1, d_count ); in cvConvertPointsHomogeneous()
Dcvsmooth.cpp1191 CV_CALL( cvReshape( src, &src_reshaped, 1 ) ); in icvBilateralFiltering_32f()
/external/opencv/cv/include/
Dcvcompat.h157 cvReshape( src, &tsrc, 3, 0 ); in cvmPerspectiveProject()
158 cvReshape( dst, &tdst, 3, 0 ); in cvmPerspectiveProject()
/external/opencv/cxcore/include/
Dcxcore.h411 CVAPI(CvMat*) cvReshape( const CvArr* arr, CvMat* header,
/external/opencv/cxcore/src/
Dcxmatrix.cpp1735 cvReshape( tmp_evals, tmp_evals, 1, evals->rows ); in cvCalcPCA()
Dcxarray.cpp3099 cvReshape( const CvArr* array, CvMat* header, in cvReshape() function
/external/opencv/cvaux/include/
Dcvmat.hpp1304 { cvReshape( this, this, newcn, newrows ); }