Cog3DLineFitterUsing2DPointsResult IsFound Property Cognex VisionPro 9.8
Gets whether or not a fitted line segment was found.

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

public bool IsFound { get; }

Property Value

Type: Boolean
True if a fitted line segment was found; false otherwise.
See Also