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