Table of Contents

Class BundleAdjusterBase

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

Base class for all camera parameters refinement methods.

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

Constructors

BundleAdjusterBase()

protected BundleAdjusterBase()

Fields

_bundleAdjusterPtr

Pointer to the native BundleAdjusterBase object.

protected nint _bundleAdjusterPtr

Field Value

nint

Properties

BundleAdjusterPtr

Pointer to the native BundleAdjusterBase object.

public nint BundleAdjusterPtr { get; }

Property Value

nint

Methods

DisposeObject()

Reset the unmanaged pointer associated to this object

protected override void DisposeObject()