Module imagingbook.common
Class CatmullRomInterpolator
java.lang.Object
imagingbook.common.image.interpolation.SplineInterpolator
imagingbook.common.image.interpolation.CatmullRomInterpolator
- All Implemented Interfaces:
PixelInterpolator
A PixelInterpolator
implementing Catmull-Rom interpolation in 2D See Sec. 22.4.1 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
-
CatmullRomInterpolator
public CatmullRomInterpolator()Constructor.
-