boost::gil::default_channel_converter
Same as channel_converter, except it takes the destination channel by reference, which allows us to move the templates from the class level to the method level. This is important when invoking it on heterogeneous pixels.
Synopsis
Declared in <boost/gil/channel_algorithm.hpp>
struct default_channel_converter;
Member Functions
Name |
Created with MrDocs