Package | Description |
---|---|
net.imglib2.algorithm.gauss |
Modifier and Type | Method and Description |
---|---|
SamplingLineIterator<T> |
SamplingLineIterator.copy()
Deprecated.
|
protected SamplingLineIterator<T> |
AbstractGauss.createInputLineSampler(int dim,
Interval range)
An
Iterator that samples a one dimensional line of input data for
the current dimension. |
Modifier and Type | Method and Description |
---|---|
protected WritableLineIterator<T> |
AbstractGauss.createOutputLineWriter(int dim,
Interval range,
SamplingLineIterator<T> inputLineSampler)
An
Iterator that samples a one dimensional line of output data
for the current dimension. |
protected void |
GaussDouble.processLine(SamplingLineIterator<DoubleType> input,
double[] kernel)
Deprecated.
Compute the current line.
|
protected void |
GaussFloat.processLine(SamplingLineIterator<FloatType> input,
double[] kernel)
Deprecated.
Compute the current line.
|
protected void |
GaussNativeType.processLine(SamplingLineIterator<T> input,
double[] kernel)
Deprecated.
Compute the current line.
|
protected void |
AbstractGauss.processLine(SamplingLineIterator<T> input,
double[] kernel)
Compute the current line.
|
protected void |
AbstractGauss.updateInputLineSampler(SamplingLineIterator<T> a,
Interval range,
long[] offset,
Localizable originalLocation)
Updates the current
SamplingLineIterator to the location of the
new line that is processed and clears the processing line (set all values
to zero) |
protected void |
AbstractGauss.writeLine(WritableLineIterator<T> a,
SamplingLineIterator<T> inputLineSampler)
Writes the computed line back into the output/temp image.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.