public class GaussianConvolutionReal<T extends RealType<T>> extends GaussianConvolution<T>
Constructor and Description |
---|
GaussianConvolutionReal(Image<T> image,
OutOfBoundsStrategyFactory<T> outOfBoundsFactory,
double sigma) |
GaussianConvolutionReal(Image<T> image,
OutOfBoundsStrategyFactory<T> outOfBoundsFactory,
double[] sigma) |
Modifier and Type | Method and Description |
---|---|
protected void |
convolve(LocalizableByDimCursor<T> inputIterator,
LocalizableCursor<T> outputIterator,
int dim,
double[] kernel,
long startPos,
long loopSize) |
computeGaussFloatArray3D, getConvolvedImage, getTempImage1, getTempImage2, processWithOptimizedMethod
checkInput, computeKernel, convolveDim, createArray, getErrorMessage, getImage, getInputImage, getInputIterator, getKernelSize, getNumThreads, getOutputIterator, getProcessingTime, getResult, getSigma, getSigmas, process, setImage, setNumThreads, setNumThreads, setSigma, setSigma
public GaussianConvolutionReal(Image<T> image, OutOfBoundsStrategyFactory<T> outOfBoundsFactory, double[] sigma)
public GaussianConvolutionReal(Image<T> image, OutOfBoundsStrategyFactory<T> outOfBoundsFactory, double sigma)
protected void convolve(LocalizableByDimCursor<T> inputIterator, LocalizableCursor<T> outputIterator, int dim, double[] kernel, long startPos, long loopSize)
Copyright © 2015–2021 Fiji. All rights reserved.