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