CogAffineTransformTool OutputImageMask Property Cognex VisionPro 9.25 SR1
Returns a mask image that is the same size as the OutputImage. If clipping occurred when the value for a pixel in the OutputImage was computed, the corresponding pixel in OutputImageMask is set to 0; otherwise it is set to 255.

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

public ICogImage OutputImageMask { get; }

Property Value

Type: ICogImage
Remarks

Returns a mask image that is the same size as the OutputImage. If clipping occurred when the value for a pixel in the OutputImage was computed, the corresponding pixel in OutputImageMask is set to 0; otherwise it is set to 255.

See Also