boost::gil::view
Synopsis
Declared in <boost/gil/extension/toolbox/image_types/indexed_image.hpp>
template<
typename Index_View,
typename Palette_View>
indexed_image_view<indexed_image_locator_type<Index_View::locator, Palette_View::locator>::type>
view(
Index_View iv,
Palette_View pv);
Created with MrDocs