Cog3DRangeImageHeightCalculatorResult HighTail Property Cognex VisionPro
Returns the calculated high tail height.

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

public double HighTail { get; }

Property Value

Type: Double
This property returns 0.0 if the height calculation "used" 0 pixels. See: PixelCounts.
Remarks

The high tail height is the height at which:

(number of used pixels greater than this height / total number of pixels used in the height calculation) = HighTailFrac

In some applications this value may be used to provide a more robust estimation of the real maximum height. This value is less sensitive to outlying or noisy height data.

See Also