CogIPOneImageTool OutputImage Property Cognex VisionPro 9.22 SR1
Returns the output image.

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

public ICogImage OutputImage { get; }

Property Value

Type: ICogImage
Remarks

The image that results from executing all of tool's CogIPOneImageOperators.

See Also