IMcImageFromPointsRegularization Property
|
|
Read/write property used to set or get the Regularization value mode for Thin-Plate Spline transform.
Namespace:
MediaCy.IQL.Operations
Assembly:
MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
SyntaxProperty Regularization As Double
Get
Set
Return Value
Type:
DoubleCurrent regularization value.
RemarksRegularization parameter is a positive value that controls amount of smoothing. When Regularization is 0 (Default)
the exact spline interpolation is used (no smoothing). The parameter is ignored when Method is mcfpmMean.
See Also