Table of Contents

Class AffineTransformer

Namespace
Emgu.CV.Shape
Assembly
Emgu.CV.dll

Wrapper class for the OpenCV Affine Transformation algorithm.

public class AffineTransformer : SharedPtrObject, IDisposable, IShapeTransformer
Inheritance
AffineTransformer
Implements
Inherited Members
Extension Methods

Constructors

AffineTransformer(bool)

Create an affine transformer

public AffineTransformer(bool fullAffine)

Parameters

fullAffine bool

Full affine

Properties

ShapeTransformerPtr

Get the pointer to the native ShapeTransformer

public nint ShapeTransformerPtr { get; }

Property Value

nint

Methods

DisposeObject()

Release the unmanaged memory associated with this ShapeTransformer object

protected override void DisposeObject()