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.VisionProAssembly: Cognex.VisionPro.VisionInterop (in Cognex.VisionPro.VisionInterop.dll) Version: 83.0.0.0
Syntax
Parameters
- image
- Type: Cognex.VisionPro CogImage16Grey
The VisionPro CogImage16Grey to be copied from.
Return Value
Type: Image16GreyA 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