aimsalgo  5.1.2
Neuroimaging image processing
dynamic.h File Reference
#include <cartodata/volume/volume.h>
#include <vector>
Include dependency graph for dynamic.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 aims
 

Functions

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)
 
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::clip (carto::VolumeRef< T > &in, const T &min, const T &max, bool in_place=false)