Click or drag to resize

BOWKMeansTrainerAdd Method

http://www.emgu.com
Add the descriptors to the trainer

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

Parameters

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