Cog3DPointCloudMeshRoot GetGreyMask Method Cognex VisionPro 9.7
Get the greyscale mask associated with the greyscale image associated with this root.

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

public virtual CogImage8Grey GetGreyMask()

Return Value

Type: CogImage8Grey
Will be null if there is no grey mask. That can happen if there is no grey image. That can also happen if there is a grey image, and all pixels are valid/visible.

Implements

ICog3DPointCloudRoot GetGreyMask 
See Also