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)
Syntaxpublic void Train(
IInputArrayOfArrays images
)
Public Sub Train (
images As IInputArrayOfArrays
)
public:
void Train(
IInputArrayOfArrays^ images
)
member Train :
images : IInputArrayOfArrays -> unit
Parameters
- images
- Type: Emgu.CVIInputArrayOfArrays
A VectorOfMat with the train images
See Also