Boost GIL


Classes
channel_converter_unsigned

Convert one unsigned/floating point channel to another. Converts both the channel type and range. More...

Classes

struct  channel_converter_unsigned< T, T >
 Converting a channel to itself - identity operation. More...
 
struct  channel_converter_unsigned< float32_t, DstChannelV >
 float32_t conversion More...
 
struct  channel_converter_unsigned< uint32_t, float32_t >
 32 bit <-> float channel conversion More...
 
struct  channel_converter_unsigned< float32_t, uint32_t >
 32 bit <-> float channel conversion More...
 

Detailed Description

Convert one unsigned/floating point channel to another. Converts both the channel type and range.