boost::gil::for_each_pixel
std::for_each for any image views
Synopses
Declared in <boost/gil/algorithm.hpp>
template<
typename View,
typename F>
F
for_each_pixel(
View const& view,
F fun);
std::for_each for any image views
template<
typename... Types,
typename F>
F
for_each_pixel(
any_image_view<Types...> const& view,
F fun);
Created with MrDocs