|
oevislib_net
0.14.3.0
|
Functions | |
| double | oevislib_net.Histogram.GetAverage () |
| Computes the average of the histogram's frequencies. | |
| double | oevislib_net.Histogram.GetMaximum (Optional< Range > inRange=null, InterpolationMethod1D inInterpolationMethod=InterpolationMethod1D.Precise, Optional< int > outIndex=null, Optional< float > outPoint=null) |
| Computes the higher histogram's frequency. | |
| double | oevislib_net.Histogram.GetMinimum (Optional< Range > inRange=null, InterpolationMethod1D inInterpolationMethod=InterpolationMethod1D.Precise, Optional< int > outIndex=null, Optional< float > outPoint=null) |
| Computes the lowest histogram's frequency. | |
| double | oevislib_net.Histogram.GetSum () |
| Computes the sum of the histogram's frequencies. | |
| Array< HistogramExtremum > | oevislib_net.Histogram.GetLocalExtrema (bool inConsiderPlateaus, ExtremumType inExtremumType, Optional< Range > inRange=null, Optional< double > inMinValue=null, Optional< double > inMaxValue=null, bool inCyclic=false, InterpolationMethod1D inInterpolationMethod=InterpolationMethod1D.Precise, Optional< LocalBlindness > inLocalBlindness=null) |
| Computes the histogram local extrema. | |
|
inline |
Computes the average of the histogram's frequencies.
|
inline |
Computes the histogram local extrema.
| inConsiderPlateaus | Whether the result should include centers of plateau extrema. |
| inExtremumType | Type of extremum to find (minimum, maximum or both). |
| inRange | Search range. |
| inMinValue | Minimum value that can be considered as an extremum. |
| inMaxValue | Maximum value that can be considered as an extremum. |
| inCyclic | Whether to consider the histogram as cyclic. |
| inInterpolationMethod | Interpolation method. |
| inLocalBlindness | When to consider weaker local extrema near stronger ones. |
|
inline |
Computes the higher histogram's frequency.
| inRange | Search range. |
| inInterpolationMethod | Interpolation method. |
| outIndex | Maximum index. |
| outPoint | Subpixel maximum position. |
|
inline |
Computes the lowest histogram's frequency.
| inRange | Search range. |
| inInterpolationMethod | Interpolation method. |
| outIndex | Minimum index. |
| outPoint | Subpixel minimum position. |
|
inline |
Computes the sum of the histogram's frequencies.