Click or drag to resize
BOWKMeansTrainerAdd Method
http://www.emgu.com
Add the descriptors to the trainer

Namespace: Emgu.CV.Features2D
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void Add(
	Mat descriptors
)

Parameters

descriptors
Type: Emgu.CVMat
The descriptors to be added to the trainer
See Also