boost::gil::transform_pixel_positions

transform_pixel_positions overloads

Synopses

Declared in <boost/gil/algorithm.hpp>

Like transform_pixels but passes to the function object pixel locators instead of pixel references

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

transform_pixel_positions with two sources

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