The width to which the rectified images are resampled for
classification.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 69.0.0.0
Syntax
Property Value
Type: Int32The TemplateWidth value. The default value is 10.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown if set to a value less than 1 or greater than 32768 |
Remarks
Setting the width may cause the height to be adjusted such that the total template area (height x width) is less than or equal to 32768.
See Also