Table of Contents

Class FeaturesMatcher

Namespace
Emgu.CV.Stitching
Assembly
Emgu.CV.dll

Features Matcher for Image Stitching

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

Constructors

FeaturesMatcher()

protected FeaturesMatcher()

Fields

_featuresMatcherPtr

Pointer to the native FeaturesMatcher object.

protected nint _featuresMatcherPtr

Field Value

nint

Properties

FeaturesMatcherPtr

Pointer to the native FeaturesMatcher object.

public nint FeaturesMatcherPtr { get; }

Property Value

nint

Methods

DisposeObject()

Reset the unmanaged pointer associated to this object

protected override void DisposeObject()