Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
for_each_pixelstd::for_each for image views
More... |
Functions | |
template<typename V, typename F> | |
ADOBE_GIL_NAMESPACE_BEGIN F | for_each_pixel (const V &img, F fun) |
template<typename VIEW, typename F> | |
F | for_each_pixel_position (const VIEW &img, F fun) |
|
std::for_each for image views
Definition at line 391 of file gil/core/algorithm.hpp. |
|
like for_each_pixel, but passes to the function object pixel locators instead of pixel references
Definition at line 404 of file gil/core/algorithm.hpp. |