public class NearestNeighborInterpolatorFactory<T extends Type<T>> extends InterpolatorFactory<T>
outOfBoundsStrategyFactory
Constructor and Description |
---|
NearestNeighborInterpolatorFactory(OutOfBoundsStrategyFactory<T> outOfBoundsStrategyFactory) |
Modifier and Type | Method and Description |
---|---|
NearestNeighborInterpolator<T> |
createInterpolator(Image<T> img) |
getErrorMessage, getOutOfBoundsStrategyFactory, printProperties, setOutOfBoundsStrategyFactory, setParameters
public NearestNeighborInterpolatorFactory(OutOfBoundsStrategyFactory<T> outOfBoundsStrategyFactory)
public NearestNeighborInterpolator<T> createInterpolator(Image<T> img)
createInterpolator
in class InterpolatorFactory<T extends Type<T>>
Copyright © 2015–2021 Fiji. All rights reserved.