|
Functions |
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
|
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) |
| transform_pixels with two sources
|
template<typename V1, typename V2, typename F> |
GIL_FORCEINLINE F | transform_pixel_positions (const V1 &src, const V2 &dst, F fun) |
| Like transform_pixels but passes to the function object pixel locators instead of pixel references.
|
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) |
| transform_pixel_positions with two sources
|