If DecrementNumToIgnore is true then the number of points ignored is actually (NumToIgnore - Number of calipers that found no edge).
Namespace: Cognex.VisionPro.CaliperAssembly: Cognex.VisionPro.Caliper (in Cognex.VisionPro.Caliper.dll) Version: 80.0.0.0
Syntax
Property Value
Type: BooleanEvents
| Event Type | Reason |
|---|---|
| CogFindLine Changed | Fires when the value of this property changes. The following state flag may be affected: |
Remarks
If DecrementNumToIgnore is true then the number of points to ignore is decremented by the number of calipers that found no edge. Specifying true for this value makes sure that the number of outliers discarded by the underlying CogFitLine remains the same when one or more calipers cannot find edges, as long as the number of calipers that found no edge is less than the number of points to ignore.
Default Value: False
See Also