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

  /external/opencv3/modules/ml/test/
test_mltests2.cpp 100 Mat ann_get_new_responses( Ptr<TrainData> _data, map<int, int>& cls_map )
106 // construct cls_map
107 cls_map.clear();
116 map<int,int>::iterator it = cls_map.find(r);
117 if( it == cls_map.end() )
118 cls_map[r] = cls_count++;
125 int cidx = cls_map[r];
131 float ann_calc_error( Ptr<StatModel> ann, Ptr<TrainData> _data, map<int, int>& cls_map, int type, vector<float> *resp_labels )
156 int cls_count = (int)cls_map.size();
168 r = cls_map[r]
    [all...]
test_precomp.hpp 67 std::map<int, int> cls_map; member in class:CV_MLBaseTest
  /external/opencv3/apps/traincascade/
old_ml_inner_functions.cpp 659 int* cls_map; local
742 cls_map = (*out_response_map)->data.i;
751 cls_map[++cls_count] = prev_cls = cur_cls;
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp 729 int* cls_map; local
812 cls_map = (*out_response_map)->data.i;
821 cls_map[++cls_count] = prev_cls = cur_cls;
    [all...]

Completed in 147 milliseconds