You are here: Start » HistogramInterpolationMethod Enumeration

HistogramInterpolationMethod Enumeration

Namespace:Fil
Assembly:FilNet.Types.dll

Possible values of HistogramInterpolationMethod:

Members

Member nameDescription
CubicInterpolation that fits a cubic function to consecutive bins.
LinearLinear interpolation between consecutive bins of the histogram.
Quadratic3Interpolation that fits a parabola to 3 consecutive bins.
Quadratic4Interpolation that fits a parabola to 4 consecutive bins.
Quadratic5Interpolation that fits a parabola to 5 consecutive bins.

Remarks

See also