|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectplugins.big.bigsnakeutils.process.process2D.FastGaussianFilter
public class FastGaussianFilter
Fast implementation of a Gaussian filtering based on successive iterations of a bilateral exponential filter.
| Constructor Summary | |
|---|---|
FastGaussianFilter()
|
|
| Method Summary | |
|---|---|
static void |
smooth(double[] pixels,
int width,
int height,
double standardDeviation)
Applies a fast implementation of a 2D Gaussian filter with a given standard deviation. |
static void |
smooth(double[] pixels,
int width,
int height,
double standardDeviation,
int iterationsOfExponentialFilter,
double tolerance)
Applies a fast implementation of a 2D Gaussian filter with a given standard deviation and tolerance. |
static void |
smooth(icy.image.IcyBufferedImage im,
double standardDeviation)
Applies a fast implementation of a 2D Gaussian filter with a given standard deviation. |
static void |
smooth(icy.image.IcyBufferedImage im,
double standardDeviation,
int iterationsOfExponentialFilter,
double tolerance)
Applies a fast implementation of a 2D Gaussian filter with a given standard deviation and tolerance. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FastGaussianFilter()
| Method Detail |
|---|
public static void smooth(icy.image.IcyBufferedImage im,
double standardDeviation)
public static void smooth(icy.image.IcyBufferedImage im,
double standardDeviation,
int iterationsOfExponentialFilter,
double tolerance)
public static void smooth(double[] pixels,
int width,
int height,
double standardDeviation)
public static void smooth(double[] pixels,
int width,
int height,
double standardDeviation,
int iterationsOfExponentialFilter,
double tolerance)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||