Creates a Cog3DVisionDataGraphicBase graphic wrapper from the ICogVisionData input if it is supported.
In case the input type is not supported, it returns null or throws a NotSupportedException
based on the value of the throwIfNotSupported argument.
The following types are supported:
Namespace: Cognex.VisionPro3D- CogImage16Range
- CogVisionDataContainer if the followings are true:
- It has one or many CogImage16Range entries. In this case the first one will be used to create a Cog3DRangeImageGraphic from it.
- It has exactly one CogImage16Range and one CogImage16Grey. In this case the both of them will be used to create a Cog3DRangeImageGraphic that has grey overlay set.
- The collection contains at least one element that is itself a CogVisionDataContainer, and that element contains in turn exactly one CogImage16Range and one CogImage16Grey. In this case the first RangeImage and its grey pair will be used to create a Cog3DRangeImageGraphic that has grey overlay set.
Assembly: Cognex.VisionPro3D.Graphic (in Cognex.VisionPro3D.Graphic.dll) Version: 75.1.0.0
Syntax
Return Value
Type: Cog3DVisionDataGraphicBaseSee Also