The percentage of low tail pixels to discard before
computing either a hard relative, hard dynamic, or soft
relative threshold.
Namespace: Cognex.VisionPro.BlobAssembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 65.1.0.0
Syntax
Property Value
Type: Int32The default is 0%.
Events
| Event Type | Reason |
|---|---|
| [Cognex.VisionPro.ICogChangedEvent.Changed] | Fires when the value of this property changes. The following state flag may be affected: |
| [Cognex.VisionPro.ICogChangedEvent.Changed] | Fires when the both the low and high tail values are changed. The following state flags may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| [System.ArgumentException] | The supplied value is less than 0 or greater than 100. |
Remarks
The percentage of low tail pixels to discard before computing either a hard relative, hard dynamic, or soft relative threshold.
The sum of the low and high tail value must be less than or equal to 100. If a tail value is set such that this requirement is not met, the other tail value is adjusted.
See Also