Method Create
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Create(double)
Creates a Thin Plate Spline shape transformer.
public static ThinPlateSplineShapeTransformer Create(double regularizationParameter = 0)
Parameters
regularizationParameterdoubleThe regularization parameter for relaxing the exact interpolation requirements of the TPS algorithm. Default: 0 (exact interpolation).
Returns
- ThinPlateSplineShapeTransformer
A new ThinPlateSplineShapeTransformer instance.