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