Click or drag to resize

BOWImgDescriptorExtractor Constructor (DescriptorMatcher)

The constructor.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public BOWImgDescriptorExtractor(
	DescriptorMatcher dmatcher
)

Parameters

dmatcher
Type: OpenCvSharpDescriptorMatcher
Descriptor matcher that is used to find the nearest word of the trained vocabulary for each keypoint descriptor of the image.
See Also