CogIPOneImageGaussSampler InputImageMask Property Cognex VisionPro 9.24
Mask indicating areas of Care (mask value 255) and Don't Care (mask value zero). The mask is aligned to the InputImage using the InputImageMaskOffsetX & Y values.

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

public CogImage8Grey InputImageMask { get; set; }

Property Value

Type: CogImage8Grey
The input image mask. May be null.
Events

See Also