CogFindEllipse NumCalipers Property Cognex VisionPro 9.5
Number of calipers used to find the Ellipse. NumCalipers - NumToIgnore must be greater than or equal to the minimum number of points required to find the shape. For example, minimum points for a line = 2, circle = 3, & ellipse = 5.

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

public int NumCalipers { get; set; }

Property Value

Type: Int32
See Also