CogOCVMaxPattern ExpectedDeformationRate Property Cognex VisionPro 9.8
Gets or sets the expected deformation rate of the nonlinear fit used for registration.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 75.1.0.0
Syntax

public double ExpectedDeformationRate { get; set; }

Property Value

Type: Double
The expected deformation rate of the nonlinear fit used for registration.
Events

Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf you attempt to set this to a value less than zero or greater than one.
ObjectDisposedExceptionIf this CogOCVMaxPattern object has already been disposed.
Remarks

Large values model more "deformation within each character, but can result in more confusion between characterse and longer run times. A value of "zero still allows some deformation.

This property has no effect if CharacterRegistration is Nonlinear.

If the characters are small in the synthetically generated training image, of if they are very simple in structure, this property may have little or no effect. A large kanji character might benefit from an increased deformation rate, the the letter "I" would probably not.

See Also