| Package | Description |
|---|---|
| mpicbg.imglib.algorithm.pde |
| Modifier and Type | Class and Description |
|---|---|
static class |
AnisotropicDiffusion.StrongEdgeEnhancer
The first diffusion function proposed by Perona & Malik.
|
static class |
AnisotropicDiffusion.WideRegionEnhancer
The second diffusion function proposed by Perona & Malik.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnisotropicDiffusion.setDiffusionFunction(AnisotropicDiffusion.DiffusionFunction function)
Set the diffusion function used to compute conduction coefficients.
|
| Constructor and Description |
|---|
AnisotropicDiffusion(Image<T> image,
double deltat,
AnisotropicDiffusion.DiffusionFunction function)
Instantiate the Perona & Malik anisotropic diffusion process, with a custom diffusion function.
|
Copyright © 2015–2021 Fiji. All rights reserved.