public class GaussianConvolution2<A extends Type<A>,B extends NumericType<B>> extends GaussianConvolution3<A,B,B>
Constructor and Description |
---|
GaussianConvolution2(Image<A> image,
ImageFactory<B> factoryProcess,
OutOfBoundsStrategyFactory<B> outOfBoundsFactory,
Converter<A,B> converterIn,
double sigma) |
GaussianConvolution2(Image<A> image,
ImageFactory<B> factoryProcess,
OutOfBoundsStrategyFactory<B> outOfBoundsFactory,
Converter<A,B> converterIn,
double[] sigma) |
Modifier and Type | Method and Description |
---|---|
protected Image<B> |
getConvolvedImage() |
checkInput, computeKernel, convolve, convolveDim, createArray, getErrorMessage, getImage, getInputImage, getInputIterator, getKernelSize, getNumThreads, getOutputIterator, getProcessingTime, getResult, getSigma, getSigmas, getTempImage1, getTempImage2, process, processWithOptimizedMethod, setImage, setNumThreads, setNumThreads, setSigma, setSigma
public GaussianConvolution2(Image<A> image, ImageFactory<B> factoryProcess, OutOfBoundsStrategyFactory<B> outOfBoundsFactory, Converter<A,B> converterIn, double[] sigma)
public GaussianConvolution2(Image<A> image, ImageFactory<B> factoryProcess, OutOfBoundsStrategyFactory<B> outOfBoundsFactory, Converter<A,B> converterIn, double sigma)
protected Image<B> getConvolvedImage()
getConvolvedImage
in class GaussianConvolution3<A extends Type<A>,B extends NumericType<B>,B extends NumericType<B>>
Copyright © 2015–2021 Fiji. All rights reserved.