boost::gil::const_view
Returns the constant‐pixel view of an image
Synopsis
Declared in <boost/gil/image.hpp>
template<
typename Pixel,
bool IsPlanar,
typename Alloc>
image<Pixel, IsPlanar, Alloc>::const_view_t const
const_view(image<Pixel, IsPlanar, Alloc> const& img);
Parameters
Name |
Description |
img |
container interface over image view. Models ImageConcept, PixelBasedConcept |
Created with MrDocs