boost::gil::transform_pixel_positions

transform_pixel_positions with two sources

Synopsis

Declared in <boost/gil/algorithm.hpp>

template<
    typename View1,
    typename View2,
    typename View3,
    typename F>
[[__always_inline__]]
F
transform_pixel_positions(
    View1 const& src1,
    View2 const& src2,
    View3 const& dst,
    F fun);

Created with MrDocs