boost::gil::transform_pixel_positions
Like transform_pixels but passes to the function object pixel locators instead of pixel references
Synopsis
Declared in <boost/gil/algorithm.hpp>
template<
typename View1,
typename View2,
typename F>
[[__always_inline__]]
F
transform_pixel_positions(
View1 const& src,
View2 const& dst,
F fun);
Created with MrDocs