OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isubsample_idx
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/apps/traincascade/
boost.cpp
347
CvMat*
isubsample_idx
= 0;
local
357
CV_Assert( (
isubsample_idx
= cvPreprocessIndexArray( _subsample_idx, sample_count )) != 0 );
359
if(
isubsample_idx
->cols +
isubsample_idx
->rows - 1 == sample_count )
361
const int* sidx =
isubsample_idx
->data.i;
395
int* sidx =
isubsample_idx
->data.i;
399
int count =
isubsample_idx
->rows +
isubsample_idx
->cols - 1;
503
cvReleaseMat( &
isubsample_idx
);
[
all
...]
old_ml_tree.cpp
698
CvMat*
isubsample_idx
= 0;
712
CV_CALL(
isubsample_idx
= cvPreprocessIndexArray( _subsample_idx, sample_count ));
714
if(
isubsample_idx
->cols +
isubsample_idx
->rows - 1 == sample_count )
716
const int* sidx =
isubsample_idx
->data.i;
750
int* sidx =
isubsample_idx
->data.i;
755
int count =
isubsample_idx
->rows +
isubsample_idx
->cols - 1;
892
cvReleaseMat( &
isubsample_idx
);
[
all
...]
/external/opencv/ml/src/
mltree.cpp
549
CvMat*
isubsample_idx
= 0;
560
CV_CALL(
isubsample_idx
= cvPreprocessIndexArray( _subsample_idx, sample_count ));
562
if( !
isubsample_idx
)
582
int* sidx =
isubsample_idx
->data.i;
586
int count =
isubsample_idx
->rows +
isubsample_idx
->cols - 1;
670
cvReleaseMat( &
isubsample_idx
);
[
all
...]
Completed in 59 milliseconds