setFaceDetector (cv.FacemarkKazemi) - MATLAB File Help
cv.FacemarkKazemi/setFaceDetector

Set the custom face detector

success = obj.setFaceDetector(detector)

Input

Output

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.

See also
Method Details
Access public
Sealed false
Static false