Adobe Systems, Inc.

transform_pixels
[GIL Algorithms]

std::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)

Detailed Description


Function Documentation

template<typename V1, typename V2, typename F>
ADOBE_GIL_NAMESPACE_BEGIN GIL_FORCEINLINE F transform_pixels const V1 &  src,
const V2 &  dst,
fun
 

std::transform for image views

Definition at line 607 of file gil/core/algorithm.hpp.

template<typename V1, typename V2, typename V3, typename F>
GIL_FORCEINLINE F transform_pixels const V1 &  src1,
const V2 &  src2,
const V3 &  dst,
fun
 

transform_pixels with two sources

Definition at line 621 of file gil/core/algorithm.hpp.

template<typename V1, typename V2, typename F>
GIL_FORCEINLINE F transform_pixel_positions const V1 &  src,
const V2 &  dst,
fun
 

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.

template<typename V1, typename V2, typename V3, typename F>
GIL_FORCEINLINE F transform_pixel_positions const V1 &  src1,
const V2 &  src2,
const V3 &  dst,
fun
 

transform_pixel_positions with two sources

Definition at line 650 of file gil/core/algorithm.hpp.

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