A mask which allows the user to identify areas of the font model image, or blank region, as care or don't care. Only model pixels corresponding to care pixels in the mask are used for verifying a font model.
Namespace: Cognex.VisionPro.OCAssembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 65.1.0.0
Syntax
Property Value
Type: CogImage8GreyEvents
| Event Type | Reason |
|---|---|
| CogOCFontModel Changed | Fires when this property changes. The following state flag may be affected: |
Remarks
A mask which allows the user to identify areas of the font model image, or blank region, as care or don't care. Only model pixels corresponding to care pixels in the mask are used for verifying a font model. All pixels with values less than 128 are don't care pixels; all pixels with values greater than or equal to 128 are care pixels.
Default Value: Null
See Also