Module imagingbook.common
Class MitchellNetravaliInterpolator
java.lang.Object
imagingbook.common.image.interpolation.SplineInterpolator
imagingbook.common.image.interpolation.MitchellNetravaliInterpolator
- All Implemented Interfaces:
PixelInterpolator
A PixelInterpolator
implementing Mitchell-Netravali interpolation in 2D See Sec.22.4.3 of [1] for additional
details.
[1] W. Burger, M.J. Burge, Digital Image Processing – An Algorithmic Introduction, 3rd ed, Springer (2022).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class imagingbook.common.image.interpolation.SplineInterpolator
getInterpolatedValue, getWeight
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface imagingbook.common.image.interpolation.PixelInterpolator
getWeight
-
Constructor Details
-
MitchellNetravaliInterpolator
public MitchellNetravaliInterpolator()Constructor.
-