Cog3DRangeImageHeightCalculator HighTailFrac Property Cognex VisionPro
Gets or sets a value which controls how the HighTail property of the result is calculated.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax

public double HighTailFrac { get; set; }

Property Value

Type: Double
The default is 0.01. The value must be between [0, 1].
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag will be set:

  • SfHighTailFrac
Exceptions

ExceptionCondition
ArgumentOutOfRangeException
  • Thrown if value falls outside the range [0, 1].
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