Gets or sets a value which controls how the
HighTail
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 highest pixels are discarded before calculating the HighTail height.
For example if the HighTailFrac is set to 0.01, then HighTail is set such that 1 percent of "used" pixel heights are above it.
See Also