CogMaskCreator BackgroundMaskValue Property Cognex VisionPro 9.20
The value (care or don't care) with which to render the background of the generated mask image.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 80.0.0.0
Syntax

public CogMaskValueConstants BackgroundMaskValue { get; set; }

Property Value

Type: CogMaskValueConstants
Default is Care.
Events

Exceptions

ExceptionCondition
ArgumentExceptionIf the supplied value is not a member of the CogMaskValueConstants enumeration.
See Also