Gets a vision data representation of the trained points for this pattern.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 69.0.0.0
Syntax
Return Value
Type: ICogVisionDataAn ICogVisionData that contains the trained points.
Exceptions
| Exception | Condition |
|---|---|
| CogOperatorNotTrainedException | This pattern operator is not trained. |
Remarks
3D vision data can be stored in a single CogImage16Range or stored in a CogVisionDataContainer as a matched pair, with one CogImage16Range holding the 3D data and one CogImage16Grey holding corresponding grey-level information or stored in a Cog3DPointCloudMesh. Either style of input is acceptable. All objects are referred to by the term "vision data" and all support the ICogVisionData interface.
See Also