IDescriptorExtractorCompute Method (Mat, KeyPoint, Mat) OpenCvSharp Class Library
Compute the descriptors for a set of keypoints in an image.

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

void Compute(
	Mat image,
	ref KeyPoint[] keypoints,
	Mat descriptors
)

Parameters

image
Type: OpenCvSharp.CPlusPlusMat
The image.
keypoints
Type: OpenCvSharp.CPlusPlusKeyPoint

[Missing <param name="keypoints"/> documentation for "M:OpenCvSharp.CPlusPlus.IDescriptorExtractor.Compute(OpenCvSharp.CPlusPlus.Mat,OpenCvSharp.CPlusPlus.KeyPoint[]@,OpenCvSharp.CPlusPlus.Mat)"]

descriptors
Type: OpenCvSharp.CPlusPlusMat
Copmputed descriptors. Row i is the descriptor for keypoint i.

Return Value

Type: 
The input keypoints. Keypoints for which a descriptor cannot be computed are removed.
See Also

Reference