1a402fc63c
This change extends existing landmark detection in new ways: 1. Existing logic is hiding HOG model (frontal_face_detector) underneath and user cannot use other models (CNN model, for example). 2. Bounding box is exposed as additional argument, and user can define custom bounding box (which is needed, if image used to detect faces is changed (for example scaled), and we want to crop only face from original image to feed into shape predictor). 3. This approach is class-based, so no need for multiple loadings of shape predictor model (only once, in ctor) |
||
---|---|---|
.. | ||
001.phpt | ||
chinese_whispers_basic.phpt | ||
chinese_whispers_edge_associative_array_error.phpt | ||
chinese_whispers_edge_elements_not_long.phpt | ||
chinese_whispers_edge_not_2_element_error.phpt | ||
chinese_whispers_edge_not_array_error.phpt | ||
chinese_whispers_wrong_arg_type_error.phpt | ||
cnn_face_detection_ctor_error.phpt | ||
cnn_face_detection_ctor_model_not_found_error.phpt | ||
face_landmark_detection_ctor_error.phpt |