HomeSort by relevance Sort by last modified time
    Searched full:get_sample_indices (Results 1 - 6 of 6) sorted by null

  /external/opencv3/apps/traincascade/
boost.h 39 virtual const int* get_sample_indices( CvDTreeNode* n, int* indicesBuf );
boost.cpp 483 const int* sample_idx_src = get_sample_indices(data_root, (int*)(uchar*)inn_buf);
722 const int* sampleIndices = get_sample_indices(n, sampleIndicesBuf);
731 const int* CvCascadeBoostTrainData::get_sample_indices( CvDTreeNode* n, int* indicesBuf ) function in class:CvCascadeBoostTrainData
745 const int* sampleIndices = get_sample_indices(n, sampleIndicesBuf);
814 const int* sampleIndices = get_sample_indices(n, sampleIndicesBuf);
    [all...]
old_ml_tree.cpp 873 const int* sample_idx_src = get_sample_indices(data_root, (int*)(uchar*)inn_buf);
1234 const int* CvDTreeTrainData::get_sample_indices( CvDTreeNode* n, int* indices_buf ) function in class:CvDTreeTrainData
    [all...]
old_ml.hpp 689 virtual const int* get_sample_indices( CvDTreeNode* n, int* indices_buf );
    [all...]
old_ml_boost.cpp     [all...]
  /external/opencv3/modules/ml/src/
gbt.cpp 636 data->get_sample_indices(leaves[i], leaf_idx_data);
    [all...]

Completed in 595 milliseconds