Package | Description |
---|---|
net.imglib2.algorithm.interpolation.randomaccess |
Modifier and Type | Method and Description |
---|---|
BSplineInterpolator<T> |
BSplineInterpolator.copy() |
BSplineInterpolator<T> |
BSplineInterpolator.copyRealRandomAccess() |
BSplineInterpolator<T> |
BSplineInterpolatorFactory.create(RandomAccessible<T> randomAccessible) |
BSplineInterpolator<T> |
BSplineInterpolatorFactory.create(RandomAccessible<T> randomAccessible,
RealInterval interval)
For now, ignore the
RealInterval and return
BSplineInterpolatorFactory.create(RandomAccessible) . |
Constructor and Description |
---|
BSplineInterpolator(BSplineInterpolator<T> interpolator) |
Copyright © 2015–2022 ImgLib2. All rights reserved.