view of an axis-aligned rectangular area within an image_view
More...
|
template<typename View > |
View | subimage_view (const View &src, const typename View::point_t &topleft, const typename View::point_t &dimensions) |
|
template<typename View > |
View | subimage_view (const View &src, int xMin, int yMin, int width, int height) |
|
template<typename ViewTypes > |
auto | subimage_view (any_image_view< ViewTypes > const &src, point_t const &topleft, point_t const &dimensions) -> any_image_view< ViewTypes > |
|
template<typename ViewTypes > |
auto | subimage_view (any_image_view< ViewTypes > const &src, int xMin, int yMin, int width, int height) -> any_image_view< ViewTypes > |
|
view of an axis-aligned rectangular area within an image_view
◆ subimage_view() [1/2]
◆ subimage_view() [2/2]
auto boost::gil::subimage_view |
( |
any_image_view< ViewTypes > const & |
src, |
|
|
int |
xMin, |
|
|
int |
yMin, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| -> any_image_view<ViewTypes>
|
|
inline |