view of a subsampled version of an image_view, stepping over a number of channels in X and number of rows in Y
More...
|
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 |
|
view of a subsampled version of an image_view, stepping over a number of channels in X and number of rows in Y
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 |
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 |