boost::gil::image::image
Construct from image
Synopsis
Declared in <boost/gil/image.hpp>
template<
typename P2,
bool IP2,
typename Alloc2>
image(image<P2, IP2, Alloc2> const& img);
Parameters
Name |
Description |
img |
The object to copy construct from |
Created with MrDocs