Table of Contents

Class Estimator

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

Rotation estimator base class.

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

Constructors

Estimator()

protected Estimator()

Fields

_estimatorPtr

Pointer to the native Estimator object.

protected nint _estimatorPtr

Field Value

nint

Properties

EstimatorPtr

Pointer to the native Estimator object.

public nint EstimatorPtr { get; }

Property Value

nint

Methods

DisposeObject()

Reset the unmanaged pointer associated to this object

protected override void DisposeObject()