BOWImgDescriptorExtractor Constructor OpenCvSharp Class Library
The constructor.

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public BOWImgDescriptorExtractor(
	Feature2D dextractor,
	DescriptorMatcher dmatcher
)

Parameters

dextractor
Type: OpenCvSharp.CPlusPlusFeature2D
Descriptor extractor that is used to compute descriptors for an input image and its keypoints.
dmatcher
Type: OpenCvSharp.CPlusPlusDescriptorMatcher
Descriptor matcher that is used to find the nearest word of the trained vocabulary for each keypoint descriptor of the image.
See Also

Reference