Click or drag to resize

BOWImgDescriptorExtractorCompute2 Method

Computes an image descriptor using the set visual vocabulary.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void Compute2(
	Mat image,
	ref KeyPoint[] keypoints,
	Mat imgDescriptor
)

Parameters

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