Click or drag to resize

BOWImgDescriptorExtractorSetVocabulary Method

http://www.emgu.com
Sets a visual vocabulary.

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

Parameters

vocabulary
Type: Emgu.CVMat
The vocabulary
See Also