Package | Description |
---|---|
net.imglib2.algorithm.convolution.fast_gauss |
Modifier and Type | Method and Description |
---|---|
static FastGaussCalculator.Parameters |
FastGaussCalculator.Parameters.exact(double sigma) |
static FastGaussCalculator.Parameters |
FastGaussCalculator.Parameters.fast(double sigma) |
Constructor and Description |
---|
FastGaussCalculator(FastGaussCalculator.Parameters fc) |
MyConvolver(int d,
FastGaussCalculator.Parameters fc,
RandomAccess<? extends RealType<?>> in,
RandomAccess<? extends RealType<?>> out,
long lineLength) |
Copyright © 2015–2022 ImgLib2. All rights reserved.