You are here: Start » AVL.NET » HistogramInterpolationMethod Enumeration
HistogramInterpolationMethod Enumeration
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.Types.dll | 
Possible values of HistogramInterpolationMethod:
Members
| Member name | Description | 
|---|---|
| Cubic | Interpolation that fits a cubic function to consecutive bins. | 
| 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. | 
| Quadratic5 | Interpolation that fits a parabola to 5 consecutive bins. | 
