boost::gil::nth_channel_view
Synopses
Declared in <boost/gil/extension/dynamic_image/image_view_factory.hpp>
template<typename View>
nth_channel_view_type<View>::type
nth_channel_view(
View const& src,
int n);
template<typename... Views>
nth_channel_view_type<any_image_view<Views...>>::type
nth_channel_view(
any_image_view<Views...> const& src,
int n);
Template Parameters
Name |
Description |
Views |
Models Boost.MP11‐compatible list of models of ImageViewConcept |
Created with MrDocs