Click or drag to resize

FacemarkAddTrainingSample Method

Add one training sample to the trainer.

Namespace:  OpenCvSharp.Face
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public virtual bool AddTrainingSample(
	InputArray image,
	InputArray landmarks
)

Parameters

image
Type: OpenCvSharpInputArray
Input image.
landmarks
Type: OpenCvSharpInputArray
The ground-truth of facial landmarks points corresponds to the image.

Return Value

Type: Boolean
See Also