public class Smooth extends Object
| Constructor and Description |
|---|
Smooth() |
| Modifier and Type | Method and Description |
|---|---|
static float[] |
createGaussianKernel(float sigma,
float pixelW) |
static float[] |
createKernel(float sigma,
float pixelW,
boolean useGaussian) |
static float[] |
createUniformKernel(float radius,
float pixelW) |
static float |
gauss(float x,
float sigma) |
static ij.ImagePlus |
smooth(ij.ImagePlus image,
boolean useGaussian,
float sigma,
boolean useCalibration) |
public static ij.ImagePlus smooth(ij.ImagePlus image,
boolean useGaussian,
float sigma,
boolean useCalibration)
public static float[] createKernel(float sigma,
float pixelW,
boolean useGaussian)
public static float[] createUniformKernel(float radius,
float pixelW)
public static float[] createGaussianKernel(float sigma,
float pixelW)
public static float gauss(float x,
float sigma)
Copyright © 2015–2021 Fiji. All rights reserved.