aimsalgo  5.1.2
Neuroimaging image processing
dynamic_d.h File Reference
#include <aims/utility/dynamic.h>
#include <aims/math/mathelem.h>
#include <algorithm>
#include <limits>
#include <vector>
Include dependency graph for dynamic_d.h:

Go to the source code of this file.

Namespaces

 aims
 
 aims::util
 

Functions

template<typename 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)