BOWImgDescriptorExtractorCompute2 Method OpenCvSharp Class Library
Computes an image descriptor using the set visual vocabulary.

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

public void Compute2(
	Mat image,
	out KeyPoint[] keypoints,
	Mat imgDescriptor
)

Parameters

image
Type: OpenCvSharp.CPlusPlusMat
Image, for which the descriptor is computed.
keypoints
Type: OpenCvSharp.CPlusPlusKeyPoint
Keypoints detected in the input image.
imgDescriptor
Type: OpenCvSharp.CPlusPlusMat
Computed output image descriptor.
See Also

Reference