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