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

  /external/opencv/ml/src/
_ml.h 337 CvMat* cvPreprocessIndexArray( const CvMat* idx_arr, int data_arr_size, bool check_for_duplicates=false );
ml_inner_functions.cpp 459 cvPreprocessIndexArray( const CvMat* idx_arr, int data_arr_size, bool check_for_duplicates )
463 CV_FUNCNAME( "cvPreprocessIndexArray" );
1009 CV_CALL( _sample_idx = cvPreprocessIndexArray( sample_idx, sample_all ));
1011 CV_CALL( _var_idx = cvPreprocessIndexArray( var_idx, var_all ));
    [all...]
mltree.cpp 213 CV_CALL( sample_idx = cvPreprocessIndexArray( _sample_idx, sample_all ));
220 CV_CALL( var_idx = cvPreprocessIndexArray( _var_idx, var_all ));
560 CV_CALL( isubsample_idx = cvPreprocessIndexArray( _subsample_idx, sample_count ));
694 CV_CALL( subsample_idx = cvPreprocessIndexArray( _subsample_idx, sample_count ));
    [all...]
mlann_mlp.cpp 732 CV_CALL( sample_idx = cvPreprocessIndexArray( _sample_idx, _inputs->rows ));
    [all...]
  /external/opencv3/apps/traincascade/
old_ml_precomp.hpp 333 CvMat* cvPreprocessIndexArray( const CvMat* idx_arr, int data_arr_size, bool check_for_duplicates=false );
old_ml_inner_functions.cpp 392 cvPreprocessIndexArray( const CvMat* idx_arr, int data_arr_size, bool check_for_duplicates )
396 CV_FUNCNAME( "cvPreprocessIndexArray" );
939 CV_CALL( _sample_idx = cvPreprocessIndexArray( sample_idx, sample_all ));
941 CV_CALL( _var_idx = cvPreprocessIndexArray( var_idx, var_all ));
    [all...]
boost.cpp 116 static CvMat* cvPreprocessIndexArray( const CvMat* idx_arr, int data_arr_size, bool check_for_duplicates=false )
120 CV_FUNCNAME( "cvPreprocessIndexArray" );
357 CV_Assert( (isubsample_idx = cvPreprocessIndexArray( _subsample_idx, sample_count )) != 0 );
    [all...]
old_ml_tree.cpp 246 CV_CALL( sample_indices = cvPreprocessIndexArray( _sample_idx, sample_all ));
253 CV_CALL( var_idx = cvPreprocessIndexArray( _var_idx, var_all ));
712 CV_CALL( isubsample_idx = cvPreprocessIndexArray( _subsample_idx, sample_count ));
917 CV_CALL( subsample_idx = cvPreprocessIndexArray( _subsample_idx, sample_count ));
    [all...]

Completed in 5891 milliseconds