![]() |
aimsalgo 6.0.0
Neuroimaging image processing
|
#include <cartodata/volume/volume.h>#include <vector>

Go to the source code of this file.
Namespaces | |
| namespace | 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 | |
| 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 | |
| template<typename T> | |
| carto::VolumeRef< T > | aims::clip (carto::VolumeRef< T > &in, const T &min, const T &max, bool in_place=false) |