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 >
dynamic_xy_step_type< View >::type subsampled_view (const View &src, typename View::coord_t xStep, typename View::coord_t yStep)
 
template<typename View >
dynamic_xy_step_type< View >::type subsampled_view (const View &src, const typename View::point_t &step)
 
template<typename ViewTypes >
auto subsampled_view (any_image_view< ViewTypes > const &src, point_t const &step) -> typename dynamic_xy_step_type< any_image_view< ViewTypes >>::type
 
template<typename ViewTypes >
auto subsampled_view (any_image_view< ViewTypes > const &src, int xStep, int yStep) -> typename dynamic_xy_step_type< any_image_view< ViewTypes >>::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< ViewTypes > const &  src,
point_t const &  step 
) -> typename dynamic_xy_step_type<any_image_view<ViewTypes>>::type
inline

Models MPL Random Access Container of models of ImageViewConcept

◆ subsampled_view() [2/2]

auto boost::gil::subsampled_view ( any_image_view< ViewTypes > const &  src,
int  xStep,
int  yStep 
) -> typename dynamic_xy_step_type<any_image_view<ViewTypes>>::type
inline

Models MPL Random Access Container of models of ImageViewConcept