boost::gil::nth_channel_view

Synopsis

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

Parameters

Name

Description

src

Represents a run‐time specified image view. Models HasDynamicXStepTypeConcept, HasDynamicYStepTypeConcept, Note that this class does NOT model ImageViewConcept

Created with MrDocs