OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subsample_idx
(Results
1 - 2
of
2
) sorted by null
/external/opencv/ml/src/
mltree.cpp
681
CvMat*
subsample_idx
= 0;
local
694
CV_CALL(
subsample_idx
= cvPreprocessIndexArray( _subsample_idx, sample_count ));
695
sidx =
subsample_idx
->data.i;
699
count =
subsample_idx
->cols +
subsample_idx
->rows - 1;
796
cvReleaseMat( &
subsample_idx
);
[
all
...]
/external/opencv/ml/include/
ml.h
[
all
...]
Completed in 60 milliseconds