| BOWImgDescriptorExtractor Constructor (DescriptorMatcher) | 
        
         
            The constructor.
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic BOWImgDescriptorExtractor(
	DescriptorMatcher dmatcher
)
Public Sub New ( 
	dmatcher As DescriptorMatcher
)
public:
BOWImgDescriptorExtractor(
	DescriptorMatcher^ dmatcher
)
new : 
        dmatcher : DescriptorMatcher -> BOWImgDescriptorExtractorOpenCvSharp.BOWImgDescriptorExtractor = function(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
See Also