Table of Contents

Class Cv2.Face

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

cv::face utility functions.

public static class Cv2.Face
Inheritance
Cv2.Face
Inherited Members

Methods

CreateFacemarkKazemi()

Creates a Kazemi facemark detector.

DrawFacemarks(InputOutputArray, InputArray, Scalar?)

Draws facial landmark points on an image.

GetFacesHAAR(InputArray, OutputArray, string)

Detects faces with a Haar cascade.

LoadDatasetList(string, string, out string[], out string[])

Loads paired image and annotation paths from list files.

LoadFacePoints(string, out Point2f[], float)

Loads landmark points from a standard .pts file.

LoadTrainingData(IEnumerable<string>, out Point2f[][], out string[])

Loads training landmarks from a collection of annotation files.

LoadTrainingData(string, string, out string[], out Point2f[][], float)

Loads a facial landmark dataset from image and ground-truth list files.

LoadTrainingData(string, out string[], out Point2f[][], char, float)

Loads a facial landmark dataset from a single file.