Click or drag to resize
ThinPlateSplineShapeTransformer Constructor
http://www.emgu.com
Create a thin plate spline shape transformer

Namespace: Emgu.CV.Shape
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public ThinPlateSplineShapeTransformer(
	double regularizationParameter = 0
)

Parameters

regularizationParameter (Optional)
Type: SystemDouble
The regularization parameter for relaxing the exact interpolation requirements of the TPS algorithm.
See Also