boost::gil::channel_view_type
Synopsis
Declared in <boost/gil/extension/toolbox/metafunctions/channel_view.hpp>
template<
typename Channel,
typename View>
struct channel_view_type
: kth_channel_view_type<channel_type_to_index<Channel, View>::value, View>
Base Classes
Name |
Description |
Given a source image view type View, returns the type of an image view over a given channel of View. |