Cog3DRangeImageGraphic Constructor (CogImage16Range, CogImage16Grey)Cognex VisionPro
Constructor that takes a CogImage16Range and a CogImage16Grey pair

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Graphic (in Cognex.VisionPro3D.Graphic.dll) Version: 65.1.0.0
Syntax

public Cog3DRangeImageGraphic(
	CogImage16Range rangeImage,
	CogImage16Grey greyImage
)

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