Cog3DAlignPattern GetTrainedVisionData Method Cognex VisionPro
Gets a range image representation of the trained points for this pattern.

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

public ICogVisionData GetTrainedVisionData()

Return Value

Type: ICogVisionData
An ICogVisionData that contains the trained points.
Exceptions

ExceptionCondition
CogOperatorNotTrainedException This pattern operator is not trained.
Remarks

Images of 3D 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. Either style of input is acceptable. Both objects are referred to by the term "vision data" and both support the ICogVisionData interface.

See Also