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