Gets or sets a value which controls how the
LowTail
property of the result is calculated.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax
Property Value
Type: DoubleThe default is 0.01. The value must be between [0, 1].
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag will be set:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException |
|
Remarks
The fraction which dictates how many of the lowest pixels are discarded before calculating the LowTail height.
For example if the LowTailFrac is set to 0.01, then LowTail is set such that 1 percent of "used" pixel heights are below it.
See Also