CogCoreConverters MakeImage8Grey Method Cognex VisionPro 9.22
Create a Vision Image8Grey that is a deep copy of the provided VisionPro CogImage8Grey, maintaining both pixel data and coordinate space tree equivalence.

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

public static Image8Grey MakeImage8Grey(
	CogImage8Grey image
)

Return Value

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