Table of Contents

Method CreateThinPlateSplineShapeTransformer

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

CreateThinPlateSplineShapeTransformer(double)

Creates a Thin Plate Spline shape transformer.

public static ThinPlateSplineShapeTransformer CreateThinPlateSplineShapeTransformer(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.