CogHistogramResult Maximum Property Cognex VisionPro
Returns the maximum histogram bin index that contains a non-zero pixel count.

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

public int Maximum { get; }

Property Value

Type: Int32
Remarks

Returns the maximum histogram bin index that contains a non-zero pixel count.

See Also