boost::gil::const_view
Returns the constant‐pixel view of any image. The returned view is any view.
Synopsis
template<typename... Images>
[[__always_inline__]]
any_image<Images...>::const_view_t
const_view(any_image<Images...> const& img);
Return Value
the constant‐pixel view of any image. The returned view is any view.
Parameters
Name |
Description |
img |
Represents a run‐time specified image. Note it does NOT model ImageConcept |
Created with MrDocs