CogIPOneImagePelSet InputImageMask Property Cognex VisionPro 9.21 SR1
Mask indicating areas of Care (255) and Don't Care (Zero). The mask is aligned to the InputImage using the InputImageMaskOffsetX & Y values. It is an undefined behavior if the mask pixels are not 0 or 255.

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

public CogImage8Grey InputImageMask { get; set; }

Property Value

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

See Also