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

  /external/opencv/ml/src/
mlboost.cpp 444 const float* responses = data->get_ord_responses(node);
492 const float* responses = data->get_ord_responses(node);
745 const float* values = data->get_ord_responses(node);
984 float* responses = data->get_ord_responses(data->data_root);
    [all...]
mltree.cpp 454 float* dst = get_ord_responses( data_root );
785 const float* src = get_ord_responses(data_root);
972 float* CvDTreeTrainData::get_ord_responses( CvDTreeNode* n ) function in class:CvDTreeTrainData
    [all...]
  /external/opencv3/apps/traincascade/
old_ml_tree.cpp 1239 const float* CvDTreeTrainData::get_ord_responses( CvDTreeNode* n, float* values_buf, int*sample_indices_buf ) function in class:CvDTreeTrainData
    [all...]
old_ml_boost.cpp 502 const float* responses = data->get_ord_responses( node, responses_buf, sample_indices_buf );
569 const float* responses = data->get_ord_responses(node, responses_buf, sample_indices_buf);
851 const float* values = data->get_ord_responses(node, values_buf, sample_indices_buf);
    [all...]
old_ml.hpp 686 virtual const float* get_ord_responses( CvDTreeNode* n, float* values_buf, int* sample_indices_buf );
    [all...]
  /external/opencv/ml/include/
ml.h 772 virtual float* get_ord_responses( CvDTreeNode* n );
    [all...]

Completed in 58 milliseconds