![]() |
Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
|
#include <DiffusionFunction.hpp>


Public Member Functions | |
| float | operator() (float kappa, float grad) const |
| Returns the diffusion value of the given gradient. More... | |
| float | Reduction (float kappa) const |
| Computes the value of new kappa after reduction. More... | |
Public Member Functions inherited from Bial::DiffusionFunction | |
| virtual | ~DiffusionFunction () |
| Virtual destructor required for virtual classes. More... | |
Definition at line 99 of file DiffusionFunction.hpp.
|
virtual |
Returns the diffusion value of the given gradient.
| kappa | constant to control the gradient range to be filtered. |
| grad | gradient value. |
Implements Bial::DiffusionFunction.
|
virtual |
Computes the value of new kappa after reduction.
| kappa | constant to control the gradient range to be filtered. |
Implements Bial::DiffusionFunction.