Gets or sets LowTailFraction. The Low tail fraction is in the range [0, 1]. Used only if algorithm is Tails.
It is the fraction of the sum of all the histogram bins that should be contained in the histogram range [0, LowTailFraction]
Namespace: Cognex.VisionPro.PixelMapAssembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 75.0.0.0
Syntax
Property Value
Type: DoubleThe LowTailFraction value. Default is 0.01.
Events
| Event Type | Reason |
|---|---|
| Cognex.VisionPro ICogChangedEvent | Fires when this property changes. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If newVal is not within 0 and 1. |
Remarks
See Also