You are here: Start » AVL.NET » HistogramInterpolationMethod Enumeration
HistogramInterpolationMethod Enumeration
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Possible values of HistogramInterpolationMethod:
Members
| Member name | Description |
|---|---|
| Linear | Linear interpolation between consecutive bins of the histogram. |
| Quadratic3 | Interpolation that fits a parabola to 3 consecutive bins. |
| Quadratic4 | Interpolation that fits a parabola to 4 consecutive bins. |
