IDescriptorExtractor Interface OpenCvSharp Class Library
Abstract base class for computing descriptors for image keypoints.

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

public interface IDescriptorExtractor

The IDescriptorExtractor type exposes the following members.

Methods

  NameDescription
Public methodCompute(Mat, KeyPoint, Mat)
Compute the descriptors for a set of keypoints in an image.
Public methodCompute(IEnumerableMat, KeyPoint, IEnumerableMat)
Compute the descriptors for a keypoints collection detected in image collection.
Public methodEmpty
Return true if detector object is empty
Top
See Also

Reference