CogCoreConverters MakeImage16Grey Method Cognex VisionPro 9.21 SR1
Create a Vision Image16Grey that is a deep copy of the provided VisionPro CogImage16Grey, maintaining both pixel data and coordinate space tree equivalence.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.VisionInterop (in Cognex.VisionPro.VisionInterop.dll) Version: 85.1.0.0
Syntax

public static Image16Grey MakeImage16Grey(
	CogImage16Grey image
)

Parameters

image
Type: Cognex.VisionPro CogImage16Grey
The VisionPro CogImage16Grey to be copied from.

Return Value

Type: Image16Grey
A Vision Image16Grey that has the equivalent pixel values and coordinate space tree structure as the provided VisionPro CogImage16Grey.
Remarks

Providing an argument that is null will result in a return that is null as well. In other words, a null converts to a null.

See Also