#include <DiffusionFunction.hpp>
|
float | power |
| the power of the equation. Range: (0.0, 1.0] More...
|
|
Definition at line 127 of file DiffusionFunction.hpp.
Bial::RobustDiffusionFunction::RobustDiffusionFunction |
( |
float |
new_power = 1.0 | ) |
|
Basic constructor.
- Date
- 2013/Nov/18
- Parameters
-
new_power | the power of the equation. Range: (0.0, 1.0] |
- Returns
- none.
- Warning
- none.
float Bial::RobustDiffusionFunction::operator() |
( |
float |
kappa, |
|
|
float |
grad |
|
) |
| const |
|
virtual |
Returns the diffusion value of the given gradient.
- Date
- 2013/Nov/18
- Parameters
-
kappa | constant to control the gradient range to be filtered. |
grad | gradient value. |
- Returns
- The diffusion value of the given gradient.
- Warning
- none
Implements Bial::DiffusionFunction.
float Bial::RobustDiffusionFunction::Reduction |
( |
float |
kappa | ) |
const |
|
virtual |
Computes the value of new kappa after reduction.
- Date
- 2013/Nov/29
- Parameters
-
kappa | constant to control the gradient range to be filtered. |
- Returns
- Value of new kappa after reduction.
- Warning
- none
Implements Bial::DiffusionFunction.
float Bial::RobustDiffusionFunction::power |
|
protected |
The documentation for this class was generated from the following file: