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