public class DefaultInterpolators<T extends NumericType<T>> extends Object implements Function<Interpolation,InterpolatorFactory<T,RandomAccessible<T>>>
Constructor and Description |
---|
DefaultInterpolators() |
Modifier and Type | Method and Description |
---|---|
InterpolatorFactory<T,RandomAccessible<T>> |
apply(Interpolation t) |
InterpolatorFactory<T,RandomAccessible<T>> |
get(Interpolation method) |
int |
size() |
public InterpolatorFactory<T,RandomAccessible<T>> get(Interpolation method)
public int size()
public InterpolatorFactory<T,RandomAccessible<T>> apply(Interpolation t)
apply
in interface Function<Interpolation,InterpolatorFactory<T extends NumericType<T>,RandomAccessible<T extends NumericType<T>>>>
Copyright © 2015–2021 Fiji. All rights reserved.