http://www.emgu.com
The FaceRecognizer type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release the unmanaged memory associated with this FaceRecognizer
(Overrides DisposableObject..::..DisposeObject()()()().) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | Load |
Load the FaceRecognizer from the file
|
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | Predict |
Predict the label of the image
|
![]() | ReleaseManagedResources |
Release the managed resources. This function will be called during the disposal of the current object.
override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.) |
![]() | Save |
Save the FaceRecognizer to a file
|
![]() | ToString | (Inherited from Object.) |
![]() | Train |
Train the face recognizer with the specific images and labels
|