boost::gil::const_view
const_view overloads
Synopses
Returns the constant‐pixel view of any image. The returned view is any view.
template<typename... Images>
[[__always_inline__]]
any_image<Images...>::const_view_t
const_view(any_image<Images...> const& img);
template<
typename Index,
typename Pixel>
indexed_image<Index, Pixel>::const_view_t const
const_view(indexed_image<Index, Pixel>& img);
Returns the constant‐pixel view of an image
template<
typename Pixel,
bool IsPlanar,
typename Alloc>
image<Pixel, IsPlanar, Alloc>::const_view_t const
const_view(image<Pixel, IsPlanar, Alloc> const& img);
Template Parameters
Name |
Description |
Images |
Models ImageVectorConcept |
Created with MrDocs