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

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

public static CogImage16Grey MakeCogImage16Grey(
	Image16Grey image
)

Return Value

Type: CogImage16Grey
A VisionPro CogImage16Grey that has the equivalent pixel values and coordinate space tree structure as the provided Vision Image8Grey.
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