Cog3DRangeImageHeightCalculatorResult Minimum Property Cognex VisionPro
Returns the minimum height value of pixels used in the height calculation.

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

public double Minimum { get; }

Property Value

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

Because the minimum height returns the minimum height of all used pixels, a single outlying or noisy pixel may distort this value from the _real_ minimum height of an object. Consider using LowTail for a more robust estimate of the minimum height.

See Also