Cog3DRangeImagePlaneEstimator InputImageMask Property Cognex VisionPro
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: 65.1.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 may be affected:

  • SfInputImageMask
Remarks

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