transform_pixels
[GIL Algorithms]


Detailed Description

std::transform for image views


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

Copyright © 2006 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google