Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
Bial::GaussianDiffusionFunction Class Reference

#include <DiffusionFunction.hpp>

Inheritance diagram for Bial::GaussianDiffusionFunction:
Inheritance graph
Collaboration diagram for Bial::GaussianDiffusionFunction:
Collaboration graph

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...
 

Detailed Description

Definition at line 99 of file DiffusionFunction.hpp.

Member Function Documentation

float Bial::GaussianDiffusionFunction::operator() ( float  kappa,
float  grad 
) const
virtual

Returns the diffusion value of the given gradient.

Date
2013/Nov/18
Parameters
kappaconstant to control the gradient range to be filtered.
gradgradient value.
Returns
The diffusion value of the given gradient.
Warning
none

Implements Bial::DiffusionFunction.

float Bial::GaussianDiffusionFunction::Reduction ( float  kappa) const
virtual

Computes the value of new kappa after reduction.

Date
2013/Nov/29
Parameters
kappaconstant to control the gradient range to be filtered.
Returns
Value of new kappa after reduction.
Warning
none

Implements Bial::DiffusionFunction.


The documentation for this class was generated from the following file: