Modifier and Type | Method and Description |
---|---|
<R> ImgFactory<R> |
BSplineLazyCoefficientsInterpolatorFactory.LazyCellImgFactory.imgFactory(R type) |
Modifier and Type | Method and Description |
---|---|
static <T extends RealType<T>,S extends RealType<S>> |
FourierConvolution.convolve(Img<T> img,
Img<S> kernel)
Deprecated.
|
Constructor and Description |
---|
FourierConvolution(Img<T> image,
Img<S> kernel)
Deprecated.
Computes a convolution in Fourier space.
|
FourierTransform(Img<T> input,
S complexType)
Deprecated.
|
FourierTransform(Img<T> input,
S complexType,
FourierTransform.FFTOptimization fftOptimization)
Deprecated.
|
FourierTransform(Img<T> input,
S complexType,
FourierTransform.PreProcessing preProcessing)
Deprecated.
|
FourierTransform(Img<T> input,
S complexType,
FourierTransform.Rearrangement rearrangement)
Deprecated.
|
FourierTransform(Img<T> input,
S complexType,
OutOfBoundsFactory<T,RandomAccessibleInterval<T>> outOfBounds)
Deprecated.
|
InverseFourierConvolution(Img<T> image,
Img<S> kernel)
Deprecated.
|
InverseFourierTransform(Img<S> fftImage,
FourierTransform<?,?> forwardTransform,
T type)
Deprecated.
This inverse FFT can be only done in place, if desired.
|
InverseFourierTransform(Img<S> fftImage,
FourierTransform<T,?> forwardTransform)
Deprecated.
This inverse FFT can be only done in place, if desired.
|
InverseFourierTransform(Img<S> fftImage,
T type)
Deprecated.
This inverse FFT can be only done in place, if desired.
|
Modifier and Type | Method and Description |
---|---|
static <S extends NumericType<S>,T extends NumericType<T>> |
SeparableSymmetricConvolution.convolve(double[][] halfkernels,
RandomAccessible<S> source,
RandomAccessibleInterval<T> target,
ExecutorService service)
Deprecated.
Use
SeparableKernelConvolution.convolution(Kernel1D[])
Convolve source with a separable symmetric kernel and write the result to output. In-place operation (source==target) is supported.
If the target type T is |
static <S extends NumericType<S>,T extends NumericType<T>> |
Gauss3.gauss(double[] sigma,
RandomAccessible<S> source,
RandomAccessibleInterval<T> target)
Apply Gaussian convolution to source and write the result to target.
|
static <S extends NumericType<S>,T extends NumericType<T>> |
Gauss3.gauss(double[] sigma,
RandomAccessible<S> source,
RandomAccessibleInterval<T> target,
ExecutorService service)
Deprecated.
Deprecated. Please use
gauss(sigma, source, target) instead. The ExecutorService used to
calculate the Gaussion convolution may by set with the
Parallelization context, as show in this example:
Apply Gaussian convolution to source and write the result to output. In-place operation (source==target) is supported.
If the target type T is |
static <S extends NumericType<S>,T extends NumericType<T>> |
Gauss3.gauss(double[] sigma,
RandomAccessible<S> source,
RandomAccessibleInterval<T> target,
int numThreads)
Deprecated.
Deprecated. Please use
gauss(sigma, source, target) instead. The number of threads used to
calculate the Gaussion convolution may by set with the
Parallelization context, as show in this example:
Apply Gaussian convolution to source and write the result to output. In-place operation (source==target) is supported.
If the target type T is |
static <S extends NumericType<S>,T extends NumericType<T>> |
Gauss3.gauss(double sigma,
RandomAccessible<S> source,
RandomAccessibleInterval<T> target)
Apply Gaussian convolution to source and write the result to target.
|
Modifier and Type | Method and Description |
---|---|
<S> ImgFactory<S> |
DiskCachedCellImgFactory.imgFactory(S type) |
Modifier and Type | Method and Description |
---|---|
abstract <S> ImgFactory<S> |
ImgFactory.imgFactory(S type)
Creates the same
ImgFactory for a different generic parameter if
possible. |
<S> ImgFactory<S> |
ImgFactory.imgFactory(Supplier<S> typeSupplier)
Creates the same
ImgFactory for a different generic parameter if
possible. |
Modifier and Type | Method and Description |
---|---|
<S> ImgFactory<S> |
ArrayImgFactory.imgFactory(S type) |
Modifier and Type | Method and Description |
---|---|
<S> ImgFactory<S> |
CellImgFactory.imgFactory(S type) |
Modifier and Type | Method and Description |
---|---|
<S> ImgFactory<S> |
ImagePlusImgFactory.imgFactory(S type) |
Modifier and Type | Method and Description |
---|---|
<S> ImgFactory<S> |
ListImgFactory.imgFactory(S type) |
Modifier and Type | Method and Description |
---|---|
<S> ImgFactory<S> |
PlanarImgFactory.imgFactory(S type) |
Modifier and Type | Method and Description |
---|---|
<S> ImgFactory<S> |
NtreeImgFactory.imgFactory(S type) |
Modifier and Type | Method and Description |
---|---|
<S> ImgFactory<S> |
UnsafeImgFactory.imgFactory(S type) |
Copyright © 2015–2022 ImgLib2. All rights reserved.