Cog3DLineFitterUsing2DPointsResult GetLineSegmentPhys3D Method Cognex VisionPro
Get a deep copy of the fitted 3D line segment. Note that the line segment is the shortest line segment that incorporates all of the 3D rays corresponding to the 2D points from calibrated cameras/views.

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

public Cog3DLineSeg GetLineSegmentPhys3D()

Return Value

Type: Cog3DLineSeg
The fitted 3D line segment.
Exceptions

ExceptionCondition
Cog3DException If IsFound is false.
See Also