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.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public void Train(
	IInputArrayOfArrays images
)

Parameters

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