HomeSort by relevance Sort by last modified time
    Searched refs:cvGetRows (Results 1 - 8 of 8) sorted by null

  /external/opencv/cxcore/src/
cxmatrix.cpp     [all...]
cxarray.cpp     [all...]
  /external/opencv/cv/src/
cvstereobm.cpp 661 cvGetRows( &left, &left_i, row0, row1 );
662 cvGetRows( &right, &right_i, row0, row1 );
663 cvGetRows( disp, &disp_i, row0, row1 );
cvcalibration.cpp     [all...]
cvfundam.cpp 218 cvGetRows( models, &model_i, i*modelSize.height, (i+1)*modelSize.height );
317 cvGetRows( models, &model_i, i*modelSize.height, (i+1)*modelSize.height );
    [all...]
  /external/opencv/ml/src/
mlcnn.cpp     [all...]
mlann_mlp.cpp 312 cvGetRows( _inputs, layer_in, i, i + dn );
331 cvGetRows( _outputs, layer_out, i, i + dn );
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 202 CVAPI(CvMat*) cvGetRows( const CvArr* arr, CvMat* submat,
208 return cvGetRows( arr, submat, row, row + 1, 1 );
    [all...]

Completed in 267 milliseconds