Searched refs:hid_stage_classifier (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cv/src/
H A DmycvHaarDetectObjects.cpp267 MyCvHidHaarStageClassifier* hid_stage_classifier = out->stage_classifier + i; local
269 hid_stage_classifier->count = stage_classifier->count;
270 hid_stage_classifier->threshold = stage_classifier->threshold - icv_stage_threshold_bias;
271 hid_stage_classifier->classifier = haar_classifier_ptr;
272 hid_stage_classifier->two_rects = 1;
275 hid_stage_classifier->parent = (stage_classifier->parent == -1)
277 hid_stage_classifier->next = (stage_classifier->next == -1)
279 hid_stage_classifier->child = (stage_classifier->child == -1)
282 out->is_tree |= hid_stage_classifier->next != NULL;
287 MyCvHidHaarClassifier* hid_classifier = hid_stage_classifier
[all...]
H A Dcvhaar.cpp285 CvHidHaarStageClassifier* hid_stage_classifier = out->stage_classifier + i; local
287 hid_stage_classifier->count = stage_classifier->count;
288 hid_stage_classifier->threshold = stage_classifier->threshold - icv_stage_threshold_bias;
289 hid_stage_classifier->classifier = haar_classifier_ptr;
290 hid_stage_classifier->two_rects = 1;
293 hid_stage_classifier->parent = (stage_classifier->parent == -1)
295 hid_stage_classifier->next = (stage_classifier->next == -1)
297 hid_stage_classifier->child = (stage_classifier->child == -1)
300 out->is_tree |= hid_stage_classifier->next != NULL;
305 CvHidHaarClassifier* hid_classifier = hid_stage_classifier
[all...]

Completed in 24 milliseconds