![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
aims::ImageAlgorithmSwitch switch specialization for mono-channel ImageAlgorithmInterface
More...
#include <aims/algorithm/imagealgorithm.h>
Public Member Functions | |
| ImageAlgorithmSwitch () | |
Static Public Member Functions | |
| static void | execute (ImageAlgorithmInterface< T > &algo, const carto::VolumeRef< T > &in, carto::VolumeRef< T > &out, int verbose=carto::verbose) |
Execute ImageAlgorithmInterface<T> on VolumeRef<T>. More... | |
aims::ImageAlgorithmSwitch switch specialization for mono-channel ImageAlgorithmInterface
aims::ImageAlgorithmSwitch is the specialized class for mono-channel ImageAlgorithmInterface implementations.
| T | type of voxel that will be processed by ImageAlgorithmInterface |
Definition at line 311 of file imagealgorithm.h.
|
inline |
Definition at line 313 of file imagealgorithm.h.
|
inlinestatic |
Execute ImageAlgorithmInterface<T> on VolumeRef<T>.
| algo | Processing algorithm to run |
| in | Input image to filter |
| out | Filtered image (must be already allocated) |
Definition at line 319 of file imagealgorithm.h.
References verbose.