Click or drag to resize

MACETrain Method

http://www.emgu.com
train it on positive features compute the mace filter: h = D(-1) * X * (X(+) * D(-1) * X)(-1) * C also calculate a minimal threshold for this class, the smallest self-similarity from the train images

Namespace:  Emgu.CV.Face
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void Train(
	IInputArrayOfArrays images
)

Parameters

images
Type: Emgu.CVIInputArrayOfArrays
A VectorOfMat with the train images
See Also