CogOCFontModel ImageMask Property Cognex VisionPro 9.23
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.OC
Assembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 91.0.0.0
Syntax

public CogImage8Grey ImageMask { get; set; }

Property Value

Type: CogImage8Grey
Events

Event TypeReason
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