Table of Contents

Class Facemark

Namespace
OpenCvSharp.Face
Assembly
OpenCvSharp.dll

Abstract base class for all facemark models.

All facemark models in OpenCV are derived from the abstract base class Facemark, which provides a unified access to all facemark algorithms in OpenCV. To utilize this API in your program, please take a look at the @ref tutorial_table_of_content_facemark

public abstract class Facemark : Algorithm, IDisposable
Inheritance
Facemark
Implements
Derived
Inherited Members

Constructors

Facemark(nint, nint, Action<nint>)

Methods

Fit(InputArray, InputArray, out Point2f[][])

Trains a Facemark algorithm using the given dataset.

LoadModel(string)

A function to load the trained model before the fitting process.