boost::gil::nth_channel_view

Synopses

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