CogImage8Grey Copy Method Cognex VisionPro
Create a copy of this image in a new image. While the pixels will be copied, the CoordinateSpaceTree and PixelFromRootTransform will be shared.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

public CogImage8Grey Copy()

Return Value

Type: CogImage8Grey

The new image.

See Also