Searched refs:cvGetRow (Results 1 – 10 of 10) sorted by relevance
/external/opencv/cv/src/ |
D | cvmotempl.cpp | 219 cvGetRow( dX_min, &dX_min_row, 0 ); in cvCalcMotionGradient() 220 cvGetRow( dY_max, &dY_max_row, 0 ); in cvCalcMotionGradient() 221 cvGetRow( orient, &orient_row, 0 ); in cvCalcMotionGradient() 222 cvGetRow( mask, &mask_row, 0 ); in cvCalcMotionGradient() 353 cvGetRow( mhi, &mhi_row, 0 ); in cvCalcGlobalOrientation() 354 cvGetRow( mask, &mask_row, 0 ); in cvCalcGlobalOrientation() 355 cvGetRow( orient, &orient_row, 0 ); in cvCalcGlobalOrientation()
|
/external/opencv/ml/src/ |
D | mlem.cpp | 415 cvGetRow( params.probs, &prob, i ); in init_em() 557 CV_CALL( cvGetRow( means, &avg, i )); in init_auto() 871 w = cvGetRow( cov_eigen_values, &whdr, k ); in run_em() 920 w = cvGetRow( cov_eigen_values, &whdr, k ); in run_em() 921 iw = cvGetRow( inv_eigen_values, &iwhdr, k ); in run_em() 984 w = cvGetRow( cov_eigen_values, &whdr, k ); in run_em() 986 cvGetRow( means, &_mean, k ); in run_em() 987 cvGetRow( samples, &_sample, k ); in run_em() 1064 cvTranspose( cvGetRow( cov_eigen_values, &whdr, k ), in run_em()
|
D | mlrtrees.cpp | 338 cvGetRow( oob_responses, &oob_predictions_sum, 0 ); in grow_forest() 339 cvGetRow( oob_responses, &oob_num_of_predictions, 1 ); in grow_forest() 412 cvGetRow(oob_sample_votes, &votes, i); in grow_forest()
|
D | mltestset.cpp | 122 CV_CALL( cvGetRow( *samples, &sample, i )); in cvCreateTestSet()
|
D | _ml.h | 238 cvGetRow( matrice, &a, 0 ); \
|
D | ml_inner_functions.cpp | 174 cvGetRow(sample, vect, i); in cvRandMVNormal() 249 cvGetRow(sample, vect, i); in cvRandGaussMixture() 356 cvGetRow (desired_matrix, &sample, i); in cvRandRoundUni() 1696 cvGetRow( predict_input, &predict_input_part, idx ); 1706 cvGetRow( probs, probs1, idx );
|
D | mlcnn.cpp | 271 cvGetRow( etalons, &etalon, *right_etal_idx ); 294 cvGetRow( etalons, &etalon, responses->data.i[worst_img_idx] ); 1170 cvGetRow( dY_dW_elems, &dy_dw0, 0 ); 1171 cvGetRow( dY_dW_elems, &dy_dw1, 1 );
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 206 CV_INLINE CvMat* cvGetRow( const CvArr* arr, CvMat* submat, int row ) in cvGetRow() function
|
/external/opencv/cxcore/src/ |
D | cxmatrix.cpp | 1729 cvGetRow( evects, &ei, i ); in cvCalcPCA()
|
/external/opencv/cvaux/include/ |
D | cvmat.hpp | 1414 cvGetRow( &mat, this, i );
|