Modifier and Type | Class and Description |
---|---|
class |
MultiThreadedAlgorithm
This is a convenience implementation of an algorithm that implements
MultiThreaded
and Algorithm so that less code has to be re-implemented. |
class |
MultiThreadedBenchmarkAlgorithm
This is a convenience implementation of an algorithm that implements
MultiThreaded ,
Benchmark and Algorithm so that less code has to be re-implemented. |
Modifier and Type | Class and Description |
---|---|
class |
CrossCorrelation<S extends RealType<S>,T extends RealType<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
FourierConvolution<T extends RealType<T>,S extends RealType<S>>
TODO
|
class |
FourierTransform<T extends RealType<T>,S extends ComplexType<S>>
TODO
|
class |
InverseFourierConvolution<T extends RealType<T>,S extends RealType<S>>
Convolve an image with the inverse of a kernel which is division in the Fourier domain.
|
class |
InverseFourierTransform<T extends RealType<T>,S extends ComplexType<S>>
TODO
|
class |
PhaseCorrelation<T extends RealType<T>,S extends RealType<S>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
DownSample<T extends RealType<T>>
TODO
|
class |
GaussianConvolution<T extends NumericType<T>>
TODO
|
class |
GaussianConvolution2<A extends Type<A>,B extends NumericType<B>>
TODO
|
class |
GaussianConvolution3<A extends Type<A>,B extends NumericType<B>,C extends Type<C>>
Computes a Gaussian Convolution on any
Type (A) for which is defined how to convert it into a NumericType (B) on which the convolution is performed and back to the desired output Type (C). |
class |
GaussianConvolution4<A extends Type<A>,B extends ExponentialMathType<B>,C extends Type<C>>
TODO
|
class |
GaussianConvolutionReal<T extends RealType<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
ComputeMinMax<T extends Type<T> & Comparable<T>>
TODO
|
class |
ImageCalculator<S extends Type<S>,T extends Type<T>,U extends Type<U>>
TODO
|
class |
ImageCalculatorInPlace<S extends Type<S>,T extends Type<T>>
TODO
|
class |
ImageConverter<S extends Type<S>,T extends Type<T>>
TODO
|
class |
NormalizeImageMinMax<T extends RealType<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
MirrorImage<T extends Type<T>>
Mirrors an n-dimensional image along an axis (one of the dimensions).
|
Modifier and Type | Class and Description |
---|---|
class |
AnisotropicDiffusion<T extends RealType<T>>
Perona & Malik Anisotropic diffusion
|
Modifier and Type | Class and Description |
---|---|
class |
MaxProjection<T extends Comparable<T> & Type<T>>
Computes a maximum projection along an arbitrary dimension, if the image in 1-dimensional it will return an Image of size 1 with the max value
|
Modifier and Type | Class and Description |
---|---|
class |
DifferenceOfGaussian<A extends Type<A>,B extends NumericType<B> & Comparable<B>>
TODO
|
class |
DifferenceOfGaussianReal<A extends RealType<A>,B extends RealType<B>>
TODO
|
class |
DifferenceOfGaussianReal1<A extends RealType<A>>
TODO
|
class |
ScaleSpace<A extends Type<A>,B extends RealType<B>>
TODO
|
class |
SubpixelLocalization<T extends RealType<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
DifferenceOfGaussianCUDA |
class |
DifferenceOfGaussianNewPeakFinder |
Copyright © 2015–2021 Fiji. All rights reserved.