Package | Description |
---|---|
mpicbg.imglib.algorithm.gauss | |
mpicbg.imglib.type.numeric | |
mpicbg.imglib.type.numeric.real | |
mpicbg.imglib.util |
Modifier and Type | Class and Description |
---|---|
class |
GaussianConvolution4<A extends Type<A>,B extends ExponentialMathType<B>,C extends Type<C>>
TODO
|
Modifier and Type | Method and Description |
---|---|
protected void |
GaussianConvolution4.convolve(LocalizableByDimCursor<B> inputIterator,
LocalizableCursor<B> outputIterator,
int dim,
B[] kernel,
long startPos,
long loopSize) |
Constructor and Description |
---|
GaussianConvolution4(Image<A> image,
ImageFactory<B> factoryProcess,
ImageFactory<C> factoryOut,
OutOfBoundsStrategyFactory<B> outOfBoundsFactory,
Converter<A,B> converterIn,
Converter<B,C> converterOut,
B[] sigma) |
Modifier and Type | Interface and Description |
---|---|
interface |
ExponentialMathType<T extends ExponentialMathType<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleType
TODO
|
Modifier and Type | Method and Description |
---|---|
static <T extends ExponentialMathType<T>> |
Util.createGaussianKernel1D(T sigma,
boolean normalize)
This method creates a gaussian kernel
|
Modifier and Type | Method and Description |
---|---|
static <T extends ExponentialMathType<T>> |
Util.createGaussianKernel1D(T sigma,
boolean normalize)
This method creates a gaussian kernel
|
Copyright © 2015–2021 Fiji. All rights reserved.