view of a subsampled version of an image_view, stepping over a number of channels in X and number of rows in Y
More...
view of a subsampled version of an image_view, stepping over a number of channels in X and number of rows in Y
◆ subsampled_view() [1/4]
◆ subsampled_view() [2/4]
◆ subsampled_view() [3/4]
| auto boost::gil::subsampled_view |
( |
View const & |
src, |
|
|
typename View::coord_t |
x_step, |
|
|
typename View::coord_t |
y_step |
|
) |
| -> typename dynamic_xy_step_type<View>::type
|
|
inline |
◆ subsampled_view() [4/4]
| auto boost::gil::subsampled_view |
( |
View const & |
src, |
|
|
typename View::point_t const & |
step |
|
) |
| -> typename dynamic_xy_step_type<View>::type
|
|
inline |