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