Cog3DRangeImageVolumeCalculator InputImageMask Property Cognex VisionPro 9.7
Gets or sets the input image mask. The input image mask allows you to ignore regions of the range image by masking them out.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
Syntax

public CogImage8Grey InputImageMask { get; set; }

Property Value

Type: CogImage8Grey
InputImageMask is optional and may be null if no mask is required. The default is null.

255 = use this pixel

0 = ignore this pixel

Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag will be set:

  • SfInputImageMaskOffset
Remarks

The input image mask is applied to the input image after taking the InputImageMaskOffsetX and InputImageMaskOffsetY into account.
See Also