Table of Contents

Class FeaturesMatcher

Namespace
OpenCvSharp.Detail
Assembly
OpenCvSharp.dll

Feature matchers base class.

public abstract class FeaturesMatcher : CvObject, IDisposable
Inheritance
FeaturesMatcher
Implements
Derived
Inherited Members

Constructors

FeaturesMatcher(nint)

Constructor

Methods

Apply(ImageFeatures, ImageFeatures)

Performs images matching.

Apply(IEnumerable<ImageFeatures>, Mat?)

Performs images matching.

CollectGarbage()

Frees unused memory allocated before if there is any.

IsThreadSafe()

True, if it's possible to use the same matcher instance in parallel, false otherwise