|
highres-cortex 6.0.4
|
#include <highres-cortex/laplace_solver.hh>
Public Member Functions | |
| LaplaceSolver (const carto::VolumeRef< int16_t > &classif) | |
| void | initialize_solution () |
| Initialize the output volume to a reasonable value. | |
| void | SOR (Real absolute_precision, float typical_cortical_thickness) |
| void | clamp_to_range (Real min, Real max) |
| void | eliminate_extrema () |
| carto::VolumeRef< Real > | solution () const |
| void | set_verbosity (const int verbosity) |
Static Public Member Functions | |
| static Real | best_precision () |
Definition at line 50 of file laplace_solver.hh.
|
explicit |
|
inlinestatic |
Definition at line 75 of file laplace_solver.hh.
References std::numeric_limits< typename _Tp >::epsilon().
| void yl::LaplaceSolver< Real >::clamp_to_range | ( | Real | min, |
| Real | max ) |
| void yl::LaplaceSolver< Real >::eliminate_extrema | ( | ) |
| void yl::LaplaceSolver< Real >::initialize_solution | ( | ) |
Initialize the output volume to a reasonable value.
0 in CSF, 1 in white matter, 0.5 in the cortex
|
inline |
Definition at line 79 of file laplace_solver.hh.
| carto::VolumeRef< Real > yl::LaplaceSolver< Real >::solution | ( | ) | const |
| void yl::LaplaceSolver< Real >::SOR | ( | Real | absolute_precision, |
| float | typical_cortical_thickness ) |