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: