Cog3DLineFitterUsing2DPointsResult MinDeltaResidualsPhys3D Property Cognex VisionPro
Gets a measure of the precision of the fitted line segment, and the measure is in Phys3D.

Note that larger residuals indicate a more precise fitted line segment result (because the more the residuals increase per line segment perturbation, the more accurately the line segment is localized).

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

public Cog3DResiduals MinDeltaResidualsPhys3D { get; }

Property Value

Type: Cog3DResiduals
A measure of the precision of the fitted line segment (in Phys3D units).
Exceptions

ExceptionCondition
Cog3DException If IsFound is false.
See Also