CogBeadInspectDefect WidthAvg Property Cognex VisionPro 9.8 SR1
Get the average width ratio measured by the calipers of this defect. For each caliper the width ratio is computed by dividing the width measured at runtime by the width measured at train-time.

Namespace: Cognex.VisionPro.EdgeInspect
Assembly: Cognex.VisionPro.EdgeInspect (in Cognex.VisionPro.EdgeInspect.dll) Version: 75.0.0.0
Syntax

public double WidthAvg { get; }

Property Value

Type: Double
The average bead width ratio for all of the calipers in this defect.
Remarks

If the user disables both WidthMinEnabled and WidthMaxEnabled, the bead width will not be measured at run-time and GetCaliperBeadWidth(Int32), WidthMin, WidthMax, and WidthAvg will all be reported as zero.

See Also