boost::gil::subimage_view
Synopsis
template<typename View>
View
subimage_view(
View const& src,
View::coord_t x_min,
View::coord_t y_min,
View::coord_t width,
View::coord_t height);
Created with MrDocs