CogFindLineResults NumPointsUsed Property Cognex VisionPro
Number of points used to perform the Line fitting. May be less than the number of points found by calipers if some data points were ignored.

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

public int NumPointsUsed { get; }

Property Value

Type: Int32
Exceptions

ExceptionCondition
CogFindShapeNotFoundException

Not enough caliper edges were found.

Remarks

Number of points used to perform the Line fitting. May be less than the number of points found by calipers if some data points were ignored.

See Also