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

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

public double LowTailFrac { 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:

  • SfLowTailFrac
Exceptions

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