Examples#
Explore the example gallery to see how to use the SplineOps library.
All real-world images used in these examples come from the Kodak image dataset, available at:
https://r0k.us/graphics/kodak/
We gratefully acknowledge the work of the author and curator of this dataset for making these images publicly available.
Spline Interpolation Examples#
Examples showing the basic functionality of the Spline interpolation module. We also show the equivalence with Resize module methods where relevant.
Resize Examples#
Examples using the Resize module on multidimensional samples, specially 1D and 2D. We also show the equivalence with the Spline Interpolation module methods where relevant.
Affine Examples#
Examples using the Affine module for data rotation transformations.
Adaptive Regression Splines Examples#
Examples using the Adaptive regression splines module.
Smoothing Splines Examples#
Examples using the Smoothing splines module.
Differentials Examples#
Examples using the Differentials module.
Multiscale Examples#
Examples using the Multiscale module.
End-to-end workflows#
These examples combine independent SplineOps modules in realistic pipelines. They demonstrate explicit reuse and buffer contracts without merging the modules or hiding their mathematical boundaries.
Persist one frame and evaluate several affine geometries
Warp a volume and write selected differential features