Table of Contents

Delegate FacemarkFaceDetector

Namespace
OpenCvSharp.Face
Assembly
OpenCvSharp.dll

Detects face rectangles from an image for a facemark model.

public delegate Rect[] FacemarkFaceDetector(Mat image)

Parameters

image Mat
Detects face rectangles from an image for a facemark model.

Returns

Rect[]
Detects face rectangles from an image for a facemark model.