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 origin
|
PaddingIntervalCentered<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 dimensions
|
PaddingIntervalOrigin<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 borders
|
PadInputFFT<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 FFTMethods
|
PadShiftKernel<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 origin
|
PadShiftKernelFFTMethods<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
|
Copyright © 2014–2022 ImageJ. All rights reserved.