CogIPOneImageMedianNxM IntermediateImageMask Property Cognex VisionPro 9.22 SR1
Mask indicating areas of Care (mask value 255) and Don't Care (mask value zero). The mask is aligned to the intermediate image using the IntermediateImageMaskOffsetX & Y values.

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

public CogImage8Grey IntermediateImageMask { get; set; }

Property Value

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

Event TypeReason
ICogChangedEvent ChangedFires when the intermediate image mask is changed.
Remarks

This optional mask guides the operator in outputting either a value computed using the kernel and any InputImageMask, or a value copied from the InputImage. This property is ignored when processing images of type CogImage16Range.
See Also