Table of Contents

Method Compute2

Namespace
OpenCvSharp.XFeatures2D
Assembly
OpenCvSharp.dll

Compute2(Mat, ref KeyPoint[], Mat)

Computes an image descriptor using the set visual vocabulary.

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

Parameters

image Mat

Image, for which the descriptor is computed.

keypoints KeyPoint[]

Keypoints detected in the input image.

imgDescriptor Mat

Computed output image descriptor.