Searched refs:cvGetRows (Results 1 - 8 of 8) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxmatrix.cpp1700 cvGetRows( data, &data_part, i, i + block_count );
1701 cvGetRows( tmp_data, &tdata_part, 0, block_count );
1702 cvGetRows( tmp_avg, &avg_part, i, i + block_count );
1703 cvGetRows( tmp_avg_r, &tmp_avg_part, 0, block_count );
1823 evects = cvGetRows( evects, &evectstub, 0, result->cols );
1865 cvGetRows( data, &data_part, i, i + block_count );
1866 cvGetRows( &avg_repeated, &avg_part, 0, block_count );
1878 cvGetRows( result, &out_part, i, i + block_count );
1952 evects = cvGetRows( evects, &evectstub, 0, data->cols );
1983 cvGetRows( dat
[all...]
H A Dcxarray.cpp1515 cvGetRows( const CvArr* arr, CvMat* submat, function
1520 CV_FUNCNAME( "cvGetRows" );
/external/opencv/cv/src/
H A Dcvstereobm.cpp661 cvGetRows( &left, &left_i, row0, row1 );
662 cvGetRows( &right, &right_i, row0, row1 );
663 cvGetRows( disp, &disp_i, row0, row1 );
H A Dcvcalibration.cpp1621 cvGetRows( solver.param, &_ri, NINTRINSIC + i*6, NINTRINSIC + i*6 + 3 );
1622 cvGetRows( solver.param, &_ti, NINTRINSIC + i*6 + 3, NINTRINSIC + i*6 + 6 );
1659 cvGetRows( solver.param, &_ri, NINTRINSIC + i*6, NINTRINSIC + i*6 + 3 );
1660 cvGetRows( solver.param, &_ti, NINTRINSIC + i*6 + 3, NINTRINSIC + i*6 + 6 );
1696 cvGetRows( _JtErr, &_part, 0, NINTRINSIC );
1699 cvGetRows( _JtErr, &_part, NINTRINSIC + i*6, NINTRINSIC + (i+1)*6 );
2183 cvGetRows( JtErr, &_part, 0, 6 );
2190 cvGetRows( JtErr, &_part, eofs, eofs + 6 );
2204 cvGetRows( JtErr, &_part, iofs, iofs + NINTRINSIC );
H A Dcvfundam.cpp218 cvGetRows( models, &model_i, i*modelSize.height, (i+1)*modelSize.height );
317 cvGetRows( models, &model_i, i*modelSize.height, (i+1)*modelSize.height );
/external/opencv/ml/src/
H A Dmlcnn.cpp934 cvGetRows( layer->sumX, &sumX_sub_col, 0, Ysize );
935 cvGetRows( layer->exp2ssumWX, &exp2ssumWX_sub_col, 0, Ysize );
1195 cvGetRows( dY_dX_elems, &dY_dX_sub_col, 0, Ysize );
H A Dmlann_mlp.cpp312 cvGetRows( _inputs, layer_in, i, i + dn );
331 cvGetRows( _outputs, layer_out, i, i + dn );
/external/opencv/cxcore/include/
H A Dcxcore.h202 CVAPI(CvMat*) cvGetRows( const CvArr* arr, CvMat* submat,
208 return cvGetRows( arr, submat, row, row + 1, 1 );

Completed in 637 milliseconds