Module org.scijava.ops.image
Package org.scijava.ops.image.filter.pad
Class PaddingIntervalOrigin<T extends ComplexType<T>,I extends RandomAccessibleInterval<T>,O extends Interval>
- java.lang.Object
-
- org.scijava.ops.image.filter.pad.PaddingIntervalOrigin<T,I,O>
-
- Type Parameters:
T-I-O-
- All Implemented Interfaces:
BiFunction<I,Interval,O>
public class PaddingIntervalOrigin<T extends ComplexType<T>,I extends RandomAccessibleInterval<T>,O extends Interval> extends Object implements BiFunction<I,Interval,O>
Op used to translate the center of an interval the origin. This is needed for FFT operations- Author:
- Brian Northan
- Implementation Note:
- op names='filter.padIntervalOrigin', priority='100.'
-
-
Constructor Summary
Constructors Constructor Description PaddingIntervalOrigin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Oapply(I input, Interval centeredInterval)TODO-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-
-
-
Method Detail
-
apply
public O apply(I input, Interval centeredInterval)
TODO- Specified by:
applyin interfaceBiFunction<T extends ComplexType<T>,I extends RandomAccessibleInterval<T>,O extends Interval>- Parameters:
input-centeredInterval-- Returns:
- the output
-
-