If DestinationImage was non-NULL when the tool ran, this just returns a reference to that image. Otherwise it returns a reference to a new image created by the tool.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 80.0.0.0
Syntax
Property Value
Type: ICogImageRemarks
The resulting image. If DestinationImage was not NULL when the tool ran, OutputImage returns a reference to that image. Otherwise it returns a reference to a new image created by the tool.
See Also