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

  /external/opencv/ml/src/
mlrtrees.cpp 271 cvGetCols( active_var_mask, &submask1, 0, params.nactive_vars );
272 cvGetCols( active_var_mask, &submask2, params.nactive_vars, var_count );
673 cvGetCols( active_var_mask, &submask1, 0, nactive_vars );
674 cvGetCols( active_var_mask, &submask2, nactive_vars, var_count );
mlcnn.cpp     [all...]
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]
cvundistort.cpp 311 cvGetCols( Ar, &Ar33, 0, 3 );
420 cvConvert( cvGetCols(_P, &_P3x3, 0, 3), &_PP );
cvgeometry.cpp 579 cvGetCols(projMatr, tmpMatrixM, 0, 3); // M is first square matrix of P.
cvimgwarp.cpp     [all...]
cvfilter.cpp     [all...]
  /external/opencv/cxcore/src/
cxmatrix.cpp     [all...]
cxarray.cpp     [all...]
  /external/opencv/cxcore/include/
cxcore.h 214 CVAPI(CvMat*) cvGetCols( const CvArr* arr, CvMat* submat,
219 return cvGetCols( arr, submat, col, col + 1 );
    [all...]

Completed in 47 milliseconds