boost::gil::subsampled_view
Synopsis
Declared in <boost/gil/extension/dynamic_image/image_view_factory.hpp>
template<typename... Views>
dynamic_xy_step_type<any_image_view<Views...>>::type
subsampled_view(
any_image_view<Views...> const& src,
std::ptrdiff_t x_step,
std::ptrdiff_t y_step);
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