Method Detect
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Detect(Mat, Mat)
A simple interface to detect face from given image.
public int Detect(Mat image, Mat faces)
Parameters
Returns
- int
1 if detection is successful, 0 otherwise.
A simple interface to detect face from given image.
public int Detect(Mat image, Mat faces)
1 if detection is successful, 0 otherwise.