TuttleOFX  1
channel_converter_unsigned

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

Collaboration diagram for channel_converter_unsigned:

Data Structures

struct  boost::gil::channel_converter_unsigned< SrcChannelV, DstChannelV >
struct  boost::gil::channel_converter_unsigned< T, T >
 Converting a channel to itself - identity operation. More...
struct  boost::gil::channel_converter_unsigned< bits32f, DstChannelV >
struct  boost::gil::channel_converter_unsigned< SrcChannelV, bits32f >
struct  boost::gil::channel_converter_unsigned< bits32f, bits32f >
struct  boost::gil::channel_converter_unsigned< bits32, bits32f >
 32 bit <-> float channel conversion More...
struct  boost::gil::channel_converter_unsigned< bits32f, bits32 >
 32 bit <-> float channel conversion More...

Namespaces

namespace  boost::gil::detail

Detailed Description

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