Class FaceDetectorYN
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
DNN-based face detector
public class FaceDetectorYN : Algorithm, IDisposable
- Inheritance
-
FaceDetectorYN
- Implements
- Inherited Members
Methods
- Create(string, string, Size, float, float, int, Backend, Target)
Creates an instance of this class with given parameters.
- Detect(Mat, Mat)
A simple interface to detect face from given image.