brainrat-private  5.1.2
channelextractor.h File Reference
#include <aims/rgb/rgb.h>
#include <aims/io/io_g.h>
#include <cartodata/volume/volume.h>
#include <cartodata/volume/volumeutil.h>
#include <cartobase/type/datatypetraits.h>
#include <cartobase/type/types.h>
#include <limits>
#include <exception>
#include <cmath>
Include dependency graph for channelextractor.h:

Go to the source code of this file.

Classes

class  bio::Rescaler
 A Rescaler allows one to apply a linear transformation to a value of any type. More...
 
class  bio::Rescaler::bad_options_exception
 
class  bio::ChannelExtractor< T, C >
 
class  bio::ChannelExtractor< T, C >::not_impl_exception
 
class  bio::ChannelExtractor< AimsRGB, C >
 
class  bio::ChannelExtractor< AimsRGBA, C >
 
class  bio::ChannelExtractor< AimsHSV, C >
 

Namespaces

 bio
 ImageProcessors<AimsRGB, double> p(data, mask, "rgbm", options, ImageProcessorMode::Init); ImageProcessors<AimsRGB, double> p(data, mask, "rgbm", options, ImageProcessorMode::OnDemand);.