You are here: Start » AVL.NET » Invoke.HistogramMaximum
Computes histogram bar values maximum - its location and value.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void HistogramMaximum ( Avl.Histogram inHistogram, Optional<Avl.Range> inRange, Avl.HistogramInterpolationMethod inInterpolationMethod, out int outMaximumLocation, out float outPoint, out double outMaximumValue )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inHistogram | Avl.Histogram | Input histogram. | ||
![]() | inRange | Atl.Optional<Avl.Range> | Search range. Default value: atl::NIL. | ||
![]() | inInterpolationMethod | Avl.HistogramInterpolationMethod | Histogram bins interpolation method. | ||
![]() | outMaximumLocation | int | Output maximum location. | ||
![]() | outPoint | float | Output subpixel maximum location. | ||
![]() | outMaximumValue | double | Output maximum value. |