OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subsample_idx
(Results
1 - 4
of
4
) 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/opencv3/apps/traincascade/
old_ml_tree.cpp
903
CvMat*
subsample_idx
= 0;
local
917
CV_CALL(
subsample_idx
= cvPreprocessIndexArray( _subsample_idx, sample_count ));
918
sidx =
subsample_idx
->data.i;
922
count =
subsample_idx
->cols +
subsample_idx
->rows - 1;
[
all
...]
old_ml.hpp
[
all
...]
/external/opencv/ml/include/
ml.h
[
all
...]
Completed in 2191 milliseconds