Click or drag to resize
BOWImgDescriptorExtractorSetVocabulary Method
http://www.emgu.com
Sets a visual vocabulary.

Namespace: Emgu.CV.Features2D
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void SetVocabulary(
	Mat vocabulary
)

Parameters

vocabulary
Type: Emgu.CVMat
The vocabulary
See Also