The smoothness value used in fitting the deformation transform to the runtime input image.
Namespace: Cognex.VisionPro.PMAlignAssembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 73.0.0.0
Syntax
Property Value
Type: DoubleEvents
| Event Type | Reason |
|---|---|
| CogPMAlignRunParams Changed | Fires when this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The supplied value is less than 0.0. |
Remarks
The smoothness value used in fitting the deformation transform to the runtime input image.
Note: A value of 0.0 indicates that no smoothing is done, which may produce a less accurate overall result, while a value approaching infinity indicates that the transformation is affine.
Default Value: 3.0
See Also