Module org.scijava.ops.image
Package org.scijava.ops.image.filter.pad
-
Class Summary Class Description DefaultPadInputFFT<T extends ComplexType<T>,I extends RandomAccessibleInterval<T>,O extends RandomAccessibleInterval<T>> Op used to pad the image using the default FFT padding scheme.DefaultPadShiftKernelFFT<T extends ComplexType<T>,I extends RandomAccessibleInterval<T>,O extends RandomAccessibleInterval<T>> Op used to pad the kernel using the default FFT padding scheme and shift the center of the kernel to the originPaddingIntervalCentered<T extends ComplexType<T>,I extends RandomAccessibleInterval<T>,O extends Interval> Op used to calculate and return a centered padding interval given an input RAI and the desired padded dimensionsPaddingIntervalOrigin<T extends ComplexType<T>,I extends RandomAccessibleInterval<T>,O extends Interval> Op used to translate the center of an interval the origin.PadInput<T extends ComplexType<T>,I extends RandomAccessibleInterval<T>,O extends RandomAccessibleInterval<T>> Op used to pad the image by extending the bordersPadInputFFT<T extends ComplexType<T>,I extends RandomAccessibleInterval<T>,O extends RandomAccessibleInterval<T>> Abstract Op used to pad the image by extending the borders optionally using an "fftSize" op to make the final image size compatible with an FFT library.PadInputFFTMethods<T extends ComplexType<T>,I extends RandomAccessibleInterval<T>,O extends RandomAccessibleInterval<T>> Op used to pad the image to a size that is compatible with FFTMethodsPadShiftKernel<T extends ComplexType<T>,I extends RandomAccessibleInterval<T>,O extends RandomAccessibleInterval<T>> Op used to pad a kernel and shift the center of the kernel to the originPadShiftKernelFFTMethods<T extends ComplexType<T>,I extends RandomAccessibleInterval<T>,O extends RandomAccessibleInterval<T>> Op used to pad a kernel to a size that is compatible with FFTMethods and shift the center of the kernel to the origin