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.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 69.0.0.0
Syntax
Property Value
Type: CogImage8GreyInputImageMask 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 Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag will be set:
|
Remarks
See Also