Home
last modified time | relevance | path

Searched refs:get_sample_indices (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/apps/traincascade/
Dboost.h39 virtual const int* get_sample_indices( CvDTreeNode* n, int* indicesBuf );
Dboost.cpp483 const int* sample_idx_src = get_sample_indices(data_root, (int*)(uchar*)inn_buf); in subsample_data()
722 const int* sampleIndices = get_sample_indices(n, sampleIndicesBuf); in get_class_labels()
731 const int* CvCascadeBoostTrainData::get_sample_indices( CvDTreeNode* n, int* indicesBuf ) in get_sample_indices() function in CvCascadeBoostTrainData
745 const int* sampleIndices = get_sample_indices(n, sampleIndicesBuf); in get_ord_var_data()
814 const int* sampleIndices = get_sample_indices(n, sampleIndicesBuf); in get_cat_var_data()
1276 const int* sampleIdx_src = data->get_sample_indices(node, sampleIdx_src_buf); in split_node_data()
1448 sampleIdx = data->get_sample_indices( data->data_root, sampleIdxBuf ); in update_weights()
Dold_ml.hpp689 virtual const int* get_sample_indices( CvDTreeNode* n, int* indices_buf );
995 virtual const int* get_sample_indices( CvDTreeNode* n, int* indices_buf );
Dold_ml_tree.cpp873 const int* sample_idx_src = get_sample_indices(data_root, (int*)(uchar*)inn_buf); in subsample_data()
1191 const int* sample_indices = get_sample_indices(n, sample_indices_buf); in get_ord_var_data()
1234 const int* CvDTreeTrainData::get_sample_indices( CvDTreeNode* n, int* indices_buf ) in get_sample_indices() function in CvDTreeTrainData
1243 const int* indices = get_sample_indices(n, sample_indices_buf); in get_ord_responses()
3262 const int* sample_idx_src = data->get_sample_indices(node, sample_idx_src_buf); in split_node_data()
Dold_ml_boost.cpp1159 sample_idx = data->get_sample_indices( data->data_root, sample_idx_buf ); in update_weights()