Boost GIL


Functions

view of an axis-aligned rectangular area within an image_view More...

Functions

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 >
 

Detailed Description

view of an axis-aligned rectangular area within an image_view

Function Documentation

◆ subimage_view() [1/2]

auto boost::gil::subimage_view ( any_image_view< ViewTypes > const &  src,
point_t const &  topleft,
point_t const &  dimensions 
) -> any_image_view<ViewTypes>
inline

// Models MPL Random Access Container of models of ImageViewConcept

◆ 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

Models MPL Random Access Container of models of ImageViewConcept