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