Constructor BOWImgDescriptorExtractor
- Namespace
- OpenCvSharp.XFeatures2D
- Assembly
- OpenCvSharp.dll
BOWImgDescriptorExtractor(Feature2D, DescriptorMatcher)
The constructor.
public BOWImgDescriptorExtractor(Feature2D dextractor, DescriptorMatcher dmatcher)
Parameters
dextractorFeature2DDescriptor extractor that is used to compute descriptors for an input image and its keypoints.
dmatcherDescriptorMatcherDescriptor matcher that is used to find the nearest word of the trained vocabulary for each keypoint descriptor of the image.
BOWImgDescriptorExtractor(DescriptorMatcher)
The constructor.
public BOWImgDescriptorExtractor(DescriptorMatcher dmatcher)
Parameters
dmatcherDescriptorMatcherDescriptor matcher that is used to find the nearest word of the trained vocabulary for each keypoint descriptor of the image.