T
- public class NearestNeighborInterpolatorFactory<T> extends Object implements InterpolatorFactory<T,RandomAccessible<T>>
Constructor and Description |
---|
NearestNeighborInterpolatorFactory() |
Modifier and Type | Method and Description |
---|---|
NearestNeighborInterpolator<T> |
create(RandomAccessible<T> randomAccessible) |
NearestNeighborInterpolator<T> |
create(RandomAccessible<T> randomAccessible,
RealInterval interval)
For now, ignore the
RealInterval and return
create(RandomAccessible) . |
public NearestNeighborInterpolator<T> create(RandomAccessible<T> randomAccessible)
create
in interface InterpolatorFactory<T,RandomAccessible<T>>
public NearestNeighborInterpolator<T> create(RandomAccessible<T> randomAccessible, RealInterval interval)
RealInterval
and return
create(RandomAccessible)
.create
in interface InterpolatorFactory<T,RandomAccessible<T>>
Copyright © 2015–2022 ImgLib2. All rights reserved.