Cog3DRangeImageHeightCalculatorResult Mean Property Cognex VisionPro
Returns the mean height of all pixels used in the height calculation.

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

public double Mean { get; }

Property Value

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