boost::gil::view
Returns the non‐constant‐pixel view of any image. The returned view is any view.
Synopsis
template<typename... Images>
[[__always_inline__]]
any_image<Images...>::view_t
view(any_image<Images...>& img);
Return Value
the non‐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