ThinPlateSplineShapeTransformer Constructor |
http://www.emgu.com
Create a thin plate spline shape transformer
Namespace: Emgu.CV.ShapeAssembly: Emgu.CV.Shape (in Emgu.CV.Shape.dll) Version: 3.0.0.2161 (3.0.0.2161)
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