boost::gil::indexed_image_view::indexed_image_view
Construct from IndexedView
Synopsis
Declared in <boost/gil/extension/toolbox/image_types/indexed_image.hpp>
template<typename IndexedView>
indexed_image_view(IndexedView const& iv);
Parameters
Name |
Description |
iv |
The object to copy construct from |
Created with MrDocs