aimsalgo 6.0.0
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

namespace  aims
 
namespace  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
 
template<typename T>
carto::VolumeRef< T > aims::clipDynamic (const carto::VolumeRef< T > &in, bool flatten_mask=true, float pct_kept=1.)
 \function clipDynamic
 
template<typename T>
carto::VolumeRef< T > aims::clipDynamic (carto::VolumeRef< T > &in, bool flatten_mask=true, float pct_kept=1., bool in_place=true)