Cog3DRangeImageHeightCalculatorResult HistogramHeightFromBinOffset Property Cognex VisionPro
The offset value need to map a histogram bin number to an actual height value. binHeight = binIndex * HistogramHeightFromBinScale + HistogramHeightFromBinOffset

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

public double HistogramHeightFromBinOffset { get; }

Property Value

Type: Double
This property returns 0.0 if was false or if the height calculation included 0 used pixels. See: PixelCounts.
See Also