equal_pixels
[STL-like Algorithms]


Detailed Description

std::equal for image views


Functions

template<typename View1, typename View2>
GIL_FORCEINLINE bool boost::gil::equal_pixels (const View1 &v1, const View2 &v2)
 std::equal for image views
template<typename Types1, typename View2>
bool boost::gil::equal_pixels (const any_image_view< Types1 > &src, const View2 &dst)
template<typename View1, typename Types2>
bool boost::gil::equal_pixels (const View1 &src, const any_image_view< Types2 > &dst)
template<typename Types1, typename Types2>
bool boost::gil::equal_pixels (const any_image_view< Types1 > &src, const any_image_view< Types2 > &dst)

Copyright © 2006-2007 Adobe Systems Incorporated.

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

Search powered by Google