boost::gil::image_view::image_view
Copy constructor
Synopsis
Declared in <boost/gil/image_view.hpp>
image_view(image_view const& img_view);
Parameters
Name |
Description |
img_view |
The object to copy construct from |
Created with MrDocs