Table of Contents

Class AffineTransformer

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Affine shape transformer.

public class AffineTransformer : ShapeTransformer, IDisposable
Inheritance
AffineTransformer
Implements
Inherited Members

Properties

FullAffine

Whether the full (6 DOF) affine transformation is used (true) or partial affine (4 DOF, false).

public bool FullAffine { get; set; }

Property Value

bool

Methods

Create(bool)

Creates an Affine shape transformer.

public static AffineTransformer Create(bool fullAffine = false)

Parameters

fullAffine bool

If true, uses a full affine transformation (6 degrees of freedom). If false, uses a partial affine transformation (4 degrees of freedom). Default: false.

Returns

AffineTransformer

A new AffineTransformer instance.