Class MACE
- Namespace
- OpenCvSharp.Face
- Assembly
- OpenCvSharp.dll
Minimum Average Correlation Energy filter for face verification.
public sealed class MACE : Algorithm, IDisposable
- Inheritance
-
MACE
- Implements
- Inherited Members
Methods
- Create(int)
Creates a MACE filter.
- Load(string, string)
Loads a serialized MACE filter.
- Salt(string)
Salts the filter with a passphrase.
- Same(InputArray)
Tests whether the query belongs to the trained class.
- Train(IEnumerable<Mat>)
Trains the filter on positive images.