Class ThinPlateSplineShapeTransformer
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
doubleThe 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
Methods
DisposeObject()
Release the unmanaged memory associated with this ShapeTransformer object
protected override void DisposeObject()