Classes | |
| class | FaceDetector |
Functions | |
| def | bbreg |
| def | generate_bounding_box |
| def | nms |
| def | pad |
| def | rerec |
| def scripts.face_detector.bbreg | ( | boundingbox, | |
| reg | |||
| ) |
Definition at line 80 of file face_detector.py.
| def scripts.face_detector.generate_bounding_box | ( | map, | |
| reg, | |||
| scale, | |||
| t | |||
| ) |
Definition at line 15 of file face_detector.py.
| def scripts.face_detector.nms | ( | boxes, | |
| threshold, | |||
| type | |||
| ) |
nms :boxes: [:,0:5] :threshold: 0.5 like :type: 'Min' or others :returns: TODO
Definition at line 44 of file face_detector.py.
| def scripts.face_detector.pad | ( | boxesA, | |
| w, | |||
| h | |||
| ) |
Definition at line 98 of file face_detector.py.
| def scripts.face_detector.rerec | ( | bboxA | ) |
Definition at line 148 of file face_detector.py.