Boost GIL


Functions

view of a subsampled version of an image_view, stepping over a number of channels in X and number of rows in Y More...

Functions

template<typename View >
auto subsampled_view (View const &src, typename View::coord_t x_step, typename View::coord_t y_step) -> typename dynamic_xy_step_type< View >::type
 
template<typename View >
auto subsampled_view (View const &src, typename View::point_t const &step) -> typename dynamic_xy_step_type< View >::type
 
template<typename ... Views>
auto subsampled_view (any_image_view< Views... > const &src, point_t const &step) -> typename dynamic_xy_step_type< any_image_view< Views... >>::type
 
template<typename ... Views>
auto subsampled_view (any_image_view< Views... > const &src, std::ptrdiff_t x_step, std::ptrdiff_t y_step) -> typename dynamic_xy_step_type< any_image_view< Views... >>::type
 

Detailed Description

view of a subsampled version of an image_view, stepping over a number of channels in X and number of rows in Y

Function Documentation

◆ subsampled_view() [1/2]

auto boost::gil::subsampled_view ( any_image_view< Views... > const &  src,
point_t const &  step 
) -> typename dynamic_xy_step_type<any_image_view<Views...>>::type
inline
Template Parameters
ViewsModels Boost.MP11-compatible list of models of ImageViewConcept

◆ subsampled_view() [2/2]

auto boost::gil::subsampled_view ( any_image_view< Views... > const &  src,
std::ptrdiff_t  x_step,
std::ptrdiff_t  y_step 
) -> typename dynamic_xy_step_type<any_image_view<Views...>>::type
inline
Template Parameters
ViewsModels Boost.MP11-compatible list of models of ImageViewConcept