CogAffineTransformTool CreateOutputImageMask Property Cognex VisionPro 9.25 SR1
Specifies whether to create the OutputImageMask image when the tool is run.

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

public bool CreateOutputImageMask { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

Specifies whether to create an optional OutputImageMask image when the tool is run.

Default Value: False

See Also