![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
#include <aims/utility/dynamic.h>#include <aims/math/mathelem.h>#include <algorithm>#include <limits>#include <vector>
Go to the source code of this file.
Namespaces | |
| aims | |
| aims::util | |
Functions | |
| template<typename T > | |
| T | aims::util::epsilon () |
| template<typename T > | |
| carto::VolumeRef< T > | aims::clip (carto::VolumeRef< T > &in, const T &min, const T &max, bool in_place=false) |
| template<typename T > | |
| carto::VolumeRef< T > | aims::clip (const carto::VolumeRef< T > &in, const T &min, const T &max) |
| \function clip More... | |
| template<typename T > | |
| carto::VolumeRef< T > | aims::clipDynamic (const carto::VolumeRef< T > &in, bool flatten_mask=true, float pct_kept=1.) |
| \function clipDynamic More... | |
| template<typename T > | |
| carto::VolumeRef< T > | aims::clipDynamic (carto::VolumeRef< T > &in, bool flatten_mask=true, float pct_kept=1., bool in_place=true) |