The number of points that will be ignored in the fitting operation.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax
Property Value
Type: Int32Events
| Event Type | Reason |
|---|---|
| CogFitCircle Changed | Fires when the value of this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| 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