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: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic ThinPlateSplineShapeTransformer(
double regularizationParameter = 0
)
Public Sub New (
Optional regularizationParameter As Double = 0
)
public:
ThinPlateSplineShapeTransformer(
double regularizationParameter = 0
)
new :
?regularizationParameter : float
(* Defaults:
let _regularizationParameter = defaultArg regularizationParameter 0
*)
-> ThinPlateSplineShapeTransformer
Parameters
- regularizationParameter (Optional)
- Type: SystemDouble
The regularization parameter for relaxing the exact interpolation requirements of the TPS algorithm.
See Also