Table of Contents

Class ThinPlateSplineShapeTransformer

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Thin Plate Spline shape transformer.

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

Properties

RegularizationParameter

The regularization parameter for the TPS transformation.

public double RegularizationParameter { get; set; }

Property Value

double

Methods

Create(double)

Creates a Thin Plate Spline shape transformer.

public static ThinPlateSplineShapeTransformer Create(double regularizationParameter = 0)

Parameters

regularizationParameter double

The regularization parameter for relaxing the exact interpolation requirements of the TPS algorithm. Default: 0 (exact interpolation).

Returns

ThinPlateSplineShapeTransformer

A new ThinPlateSplineShapeTransformer instance.