BOWImgDescriptorExtractorSetVocabulary Method |
http://www.emgu.com
Sets a visual vocabulary.
Namespace:
Emgu.CV.Features2D
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic void SetVocabulary(
Mat vocabulary
)
Public Sub SetVocabulary (
vocabulary As Mat
)
public:
void SetVocabulary(
Mat^ vocabulary
)
member SetVocabulary :
vocabulary : Mat -> unit
Parameters
- vocabulary
- Type: Emgu.CVMat
The vocabulary
See Also