view of an axis-aligned rectangular area within an image_view
More...
|
| template<typename ViewTypes > |
| any_image_view< ViewTypes > | boost::gil::subimage_view (const any_image_view< ViewTypes > &src, const point2< std::ptrdiff_t > &topleft, const point2< std::ptrdiff_t > &dimensions) |
| |
| template<typename ViewTypes > |
| any_image_view< ViewTypes > | boost::gil::subimage_view (const any_image_view< ViewTypes > &src, int xMin, int yMin, int width, int height) |
| |
| template<typename View > |
| View | boost::gil::subimage_view (const View &src, const typename View::point_t &topleft, const typename View::point_t &dimensions) |
| |
| template<typename View > |
| View | boost::gil::subimage_view (const View &src, int xMin, int yMin, int width, int height) |
| |
view of an axis-aligned rectangular area within an image_view
template<typename ViewTypes >
| any_image_view<ViewTypes> boost::gil::subimage_view |
( |
const any_image_view< ViewTypes > & |
src, |
|
|
const point2< std::ptrdiff_t > & |
topleft, |
|
|
const point2< std::ptrdiff_t > & |
dimensions |
|
) |
| |
|
inline |
template<typename ViewTypes >
| any_image_view<ViewTypes> boost::gil::subimage_view |
( |
const any_image_view< ViewTypes > & |
src, |
|
|
int |
xMin, |
|
|
int |
yMin, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
|
inline |
template<typename View >
| View boost::gil::subimage_view |
( |
const View & |
src, |
|
|
const typename View::point_t & |
topleft, |
|
|
const typename View::point_t & |
dimensions |
|
) |
| |
|
inline |
template<typename View >
| View boost::gil::subimage_view |
( |
const View & |
src, |
|
|
int |
xMin, |
|
|
int |
yMin, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
|
inline |