Click or drag to resize
BOWImgDescriptorExtractorCompute Method
http://www.emgu.com
Computes an image descriptor using the set visual vocabulary.

Namespace: Emgu.CV.Features2D
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void Compute(
	IInputArray image,
	VectorOfKeyPoint keypoints,
	Mat imgDescriptors
)

Parameters

image
Type: Emgu.CVIInputArray
Image, for which the descriptor is computed
keypoints
Type: Emgu.CV.UtilVectorOfKeyPoint
Key points detected in the input image.
imgDescriptors
Type: Emgu.CVMat
The output image descriptors.
See Also