Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
transform_pixelsstd::transform for image views
More... |
Functions | |
template<typename V1, typename V2, typename V3, typename F> | |
GIL_FORCEINLINE F | transform_pixel_positions (const V1 &src1, const V2 &src2, const V3 &dst, F fun) |
template<typename V1, typename V2, typename F> | |
GIL_FORCEINLINE F | transform_pixel_positions (const V1 &src, const V2 &dst, F fun) |
template<typename V1, typename V2, typename V3, typename F> | |
GIL_FORCEINLINE F | transform_pixels (const V1 &src1, const V2 &src2, const V3 &dst, F fun) |
template<typename V1, typename V2, typename F> | |
ADOBE_GIL_NAMESPACE_BEGIN GIL_FORCEINLINE F | transform_pixels (const V1 &src, const V2 &dst, F fun) |
|
std::transform for image views
Definition at line 607 of file gil/core/algorithm.hpp. |
|
transform_pixels with two sources
Definition at line 621 of file gil/core/algorithm.hpp. |
|
Like transform_pixels but passes to the function object pixel locators instead of pixel references.
Definition at line 635 of file gil/core/algorithm.hpp. |
|
transform_pixel_positions with two sources
Definition at line 650 of file gil/core/algorithm.hpp. |