boost::gil::image_view::image_view
Construct from View
Synopsis
Declared in <boost/gil/image_view.hpp>
template<typename View>
image_view(View const& view);
Parameters
Name |
Description |
view |
The object to copy construct from |
Created with MrDocs