TuttleOFX
1
|
Convert one unsigned/floating point channel to another. Converts both the channel type and range. More...
![]() |
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 |
Convert one unsigned/floating point channel to another. Converts both the channel type and range.