Constructor that takes a CogImage16Range and a CogImage16Grey pair
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Graphic (in Cognex.VisionPro3D.Graphic.dll) Version: 65.1.0.0
Syntax
Parameters
- rangeImage
- Type: Cognex.VisionPro CogImage16Range
The CogImage16Range to be used as 3D Graphic. It cannot be null.
- greyImage
- Type: Cognex.VisionPro CogImage16Grey
The CogImage16Grey pair of the RangeImage. It cannot be null and has to have the same dimensions (width, height) as the RangeImage
See Also