Table of Contents

Class ThinPlateSplineShapeTransformer

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

Definition of the transformation occupied in the paper “Principal Warps: Thin-Plate Splines and Decomposition of Deformations”, by F.L. Bookstein (PAMI 1989).

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

Constructors

ThinPlateSplineShapeTransformer(double)

Create a thin plate spline shape transformer

public ThinPlateSplineShapeTransformer(double regularizationParameter = 0)

Parameters

regularizationParameter double

The regularization parameter for relaxing the exact interpolation requirements of the TPS algorithm.

Properties

ShapeTransformerPtr

Get the pointer the 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()