Home | History | Annotate | Download | only in traincascade

Lines Matching defs:cvPreprocessIndexArray

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 ));