ImageCopyModeConstants EnumerationCognex VisionPro 9.10

Enumeration of modes that image copying supports.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax

public enum ImageCopyModeConstants
Members

  Member nameValueDescription
CopyPixels0

Copying the image copies the pixel data, too.

SharePixels1

Copying the image shares the pixel data with original image.

NoPixels2

Copies everything in the image except the pixels.

FullCopy3

Copies everything including pixel data, coordinate space tree and PixelFromRoot transform.

See Also