| setFaceDetector (cv.FacemarkKazemi) - MATLAB File Help |
Set the custom face detector
success = obj.setFaceDetector(detector)
The user-defined face detector should have the following signature:
function faces = myFaceDetector(img)
where img is the input image and faces is the output with
the detected faces.
| Access | public |
| Sealed | false |
| Static | false |