public static interface AnisotropicDiffusion.DiffusionFunction
| Modifier and Type | Method and Description |
|---|---|
double |
eval(double gradi,
int[] position)
Return the conduction coefficient in a given direction, from the value
of the image gradient in that direction
|
double eval(double gradi,
int[] position)
gradi - value of the image gradient in the given directionposition - an int array that holds the relative gradient directionCopyright © 2015–2021 Fiji. All rights reserved.