boost::gil::view

Returns the non‐constant‐pixel view of an image

Synopsis

Declared in <boost/gil/image.hpp>

template<
    typename Pixel,
    bool IsPlanar,
    typename Alloc>
image<Pixel, IsPlanar, Alloc>::view_t const&
view(image<Pixel, IsPlanar, Alloc>& img);

Return Value

the non‐constant‐pixel view of an image

Parameters

Name

Description

img

container interface over image view. Models ImageConcept, PixelBasedConcept

Created with MrDocs