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

  /external/opencv/cv/src/
cvmotempl.cpp 219 cvGetRow( dX_min, &dX_min_row, 0 );
220 cvGetRow( dY_max, &dY_max_row, 0 );
221 cvGetRow( orient, &orient_row, 0 );
222 cvGetRow( mask, &mask_row, 0 );
353 cvGetRow( mhi, &mhi_row, 0 );
354 cvGetRow( mask, &mask_row, 0 );
355 cvGetRow( orient, &orient_row, 0 );
  /external/opencv/ml/src/
mltestset.cpp 122 CV_CALL( cvGetRow( *samples, &sample, i ));
mlem.cpp 415 cvGetRow( params.probs, &prob, i );
557 CV_CALL( cvGetRow( means, &avg, i ));
871 w = cvGetRow( cov_eigen_values, &whdr, k );
920 w = cvGetRow( cov_eigen_values, &whdr, k );
921 iw = cvGetRow( inv_eigen_values, &iwhdr, k );
    [all...]
mlrtrees.cpp 338 cvGetRow( oob_responses, &oob_predictions_sum, 0 );
339 cvGetRow( oob_responses, &oob_num_of_predictions, 1 );
412 cvGetRow(oob_sample_votes, &votes, i);
_ml.h 238 cvGetRow( matrice, &a, 0 ); \
ml_inner_functions.cpp 174 cvGetRow(sample, vect, i);
249 cvGetRow(sample, vect, i);
356 cvGetRow (desired_matrix, &sample, i);
    [all...]
mlcnn.cpp 271 cvGetRow( etalons, &etalon, *right_etal_idx );
294 cvGetRow( etalons, &etalon, responses->data.i[worst_img_idx] );
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 206 CV_INLINE CvMat* cvGetRow( const CvArr* arr, CvMat* submat, int row )
    [all...]
  /external/opencv/cvaux/include/
cvmat.hpp     [all...]
  /external/opencv/cxcore/src/
cxmatrix.cpp     [all...]

Completed in 249 milliseconds