CogFitCircle NumToIgnore Property Cognex VisionPro 9.7
The number of points that will be ignored in the fitting operation.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax

public int NumToIgnore { get; set; }

Property Value

Type: Int32
Events

Event TypeReason
CogFitCircle Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The supplied value is less than zero.

Remarks

The number of points that will be ignored in the fitting operation. The fitting tool considers each possible combination of NumPoints minus NumToIgnore points. If you specify large values for both the number of points to consider and the number of points to ignore, the fitting operation can take a great deal of time to complete.

See Also