OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cvPreprocessIndexArray
(Results
1 - 3
of
3
) sorted by null
/external/opencv/ml/src/
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
...]
/external/opencv3/apps/traincascade/
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
...]
Completed in 574 milliseconds