![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
#include <aims/signalfilter/filteringfunction_element_rgb.h>
#include <aims/signalfilter/filteringfunction_element.h>
#include <aims/utility/channel.h>
#include <aims/connectivity/structuring_element.h>
#include <cartodata/volume/volume.h>
Go to the source code of this file.
Namespaces | |
aims | |
Functions | |
template<typename VoxelType > | |
VoxelType | aims::multichannelfiltervalues_nonlin (const ElementFilteringFunction< typename VoxelType::ChannelType > &f, const carto::VolumeRef< VoxelType > &volume) |
Templated function to process filter on multichannel data (AimsRGB, AimsRGBA, ...) More... | |
template<typename VoxelType > | |
VoxelType | aims::multichannelfiltervalues_nonlin (const ElementFilteringFunction< typename VoxelType::ChannelType > &f, const carto::VolumeRef< VoxelType > &volume, const carto::rc_ptr< StructuringElement > &se) |
Templated function to process filter on multichannel data (AimsRGB, AimsRGBA, ...) More... | |