transform_pixels More...
Functions | |
template<typename View1 , typename View2 , typename F > | |
F | boost::gil::transform_pixels (const View1 &src, const View2 &dst, F fun) |
std::transform for image views More... | |
template<typename View1 , typename View2 , typename View3 , typename F > | |
F | boost::gil::transform_pixels (const View1 &src1, const View2 &src2, const View3 &dst, F fun) |
transform_pixels with two sources More... | |
transform_pixels
std::transform for image views
|
inline |
#include <boost_1_57_0/boost/gil/algorithm.hpp>
std::transform for image views
References boost::flyweights::x, and boost::polygon::y().
|
inline |
#include <boost_1_57_0/boost/gil/algorithm.hpp>
transform_pixels with two sources
References boost::flyweights::x, and boost::polygon::y().