Home
last modified time | relevance | path

Searched refs:cvGetRow (Results 1 – 16 of 16) sorted by relevance

/external/opencv/cv/src/
Dcvmotempl.cpp219 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/
Dmlem.cpp415 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()
Dmlrtrees.cpp338 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()
Dmltestset.cpp122 CV_CALL( cvGetRow( *samples, &sample, i )); in cvCreateTestSet()
Dml_inner_functions.cpp174 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_ml.h238 cvGetRow( matrice, &a, 0 ); \
Dmlcnn.cpp271 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/opencv3/modules/ml/src/
Dgbt.cpp373 cvGetRow( data->train_data, &x, idx);
380 cvGetRow( missing, &x_miss, idx);
541 cvGetRow( data->train_data, &x, idx);
548 cvGetRow( missing, &miss_x, idx);
1240 cvGetRow(samples, &x, j);
1247 cvGetRow(missing, &miss, j);
/external/opencv3/apps/traincascade/
Dold_ml_precomp.hpp234 cvGetRow( matrice, &a, 0 ); \
Dold_ml_inner_functions.cpp174 cvGetRow(sample, vect, i); in cvRandMVNormal()
249 cvGetRow(sample, vect, i); in cvRandGaussMixture()
1622 cvGetRow( predict_input, &predict_input_part, idx );
1632 cvGetRow( probs, probs1, idx );
Dold_ml_boost.cpp1856 cvGetRow( values, &sample, si ); in calc_error()
1858 cvGetRow( missing, &miss, si ); in calc_error()
1873 cvGetRow( values, &sample, si ); in calc_error()
1875 cvGetRow( missing, &miss, si ); in calc_error()
Dold_ml_tree.cpp3344 cvGetRow( values, &sample, si ); in calc_error()
3346 cvGetRow( missing, &miss, si ); in calc_error()
3361 cvGetRow( values, &sample, si ); in calc_error()
3363 cvGetRow( missing, &miss, si ); in calc_error()
/external/opencv/cxcore/include/
Dcxcore.h206 CV_INLINE CvMat* cvGetRow( const CvArr* arr, CvMat* submat, int row ) in cvGetRow() function
/external/opencv/cxcore/src/
Dcxmatrix.cpp1729 cvGetRow( evects, &ei, i ); in cvCalcPCA()
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h380 CV_INLINE CvMat* cvGetRow( const CvArr* arr, CvMat* submat, int row ) in cvGetRow() function
/external/opencv/cvaux/include/
Dcvmat.hpp1414 cvGetRow( &mat, this, i );