Click or drag to resize
BOWImgDescriptorExtractor Constructor
http://www.emgu.com
Initializes a new instance of the BOWImgDescriptorExtractor class

Namespace: Emgu.CV.Features2D
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public BOWImgDescriptorExtractor(
	Feature2D descriptorExtractor,
	DescriptorMatcher descriptorMatcher
)

Parameters

descriptorExtractor
Type: Emgu.CV.Features2DFeature2D
Descriptor extractor that is used to compute descriptors for an input image and its key points.
descriptorMatcher
Type: Emgu.CV.Features2DDescriptorMatcher
Descriptor matcher that is used to find the nearest word of the trained vocabulary for each key point descriptor of the image.
See Also