Table of Contents

Class FisherFaceRecognizer

Namespace
Emgu.CV.Face
Assembly
Emgu.CV.dll

Fisher face recognizer

public class FisherFaceRecognizer : BasicFaceRecognizer, IDisposable
Inheritance
FisherFaceRecognizer
Implements
Inherited Members

Constructors

FisherFaceRecognizer(int, double)

Create a FisherFaceRecognizer

public FisherFaceRecognizer(int numComponents = 0, double threshold = 1.7976931348623157E+308)

Parameters

numComponents int

The number of components

threshold double

The distance threshold

Methods

DisposeObject()

Release the unmanaged memory associated with this FisherFaceRecognizer

protected override void DisposeObject()