boost::gil::for_each_pixel_position
Synopsis
Declared in <boost/gil/algorithm.hpp>
template<
typename View,
typename F>
F
for_each_pixel_position(
View const& view,
F fun);
Created with MrDocs