Table of Contents

Class MapAffine

Namespace
Emgu.CV.Reg
Assembly
Emgu.CV.dll

Defines an affine transformation

public class MapAffine : UnmanagedObject, IDisposable, IMap
Inheritance
MapAffine
Implements
Inherited Members
Extension Methods

Constructors

MapAffine(IInputArray, IInputArray)

Constructor providing explicit values

public MapAffine(IInputArray linTr, IInputArray shift)

Parameters

linTr IInputArray

Linear part of the affine transformation

shift IInputArray

Displacement part of the affine transformation

Properties

MapPtr

public nint MapPtr { get; }

Property Value

nint

Methods

DisposeObject()

protected override void DisposeObject()