boost::gil::channel_converter_unsigned
//////////////////////////////////// channel_converter_unsigned///////////////////////////////////
Synopsis
Declared in <boost/gil/channel_algorithm.hpp>
template<
typename SrcChannelV,
typename DstChannelV>
struct channel_converter_unsigned
: detail::channel_converter_unsigned_impl<SrcChannelV, DstChannelV, detail::is_channel_integral<SrcChannelV>::value, detail::is_channel_integral<DstChannelV>::value>
Base Classes
Name |
Description |
|
Specializations
Name |
Description |
|
|
|
32 bit <‐> float channel conversion |
|
32 bit <‐> float channel conversion |
|
|
Converting a channel to itself ‐ identity operation |
|
|
////////////////////////////////////////////////// float32_t conversion////////////////////////////////////////////////// |
Created with MrDocs