std::equal and gil::equal_pixels for GIL constructs More...
Functions | |
template<typename View1 , typename View2 > | |
bool | boost::gil::equal_pixels (const View1 &v1, const View2 &v2) |
std::equal for image views More... | |
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) |
std::equal and gil::equal_pixels for GIL constructs
std::equal for image views
bool boost::gil::equal_pixels | ( | const any_image_view< Types1 > & | src, |
const View2 & | dst | ||
) |
bool boost::gil::equal_pixels | ( | const View1 & | src, |
const any_image_view< Types2 > & | dst | ||
) |
bool boost::gil::equal_pixels | ( | const any_image_view< Types1 > & | src, |
const any_image_view< Types2 > & | dst | ||
) |
#include <boost_1_57_0/boost/gil/extension/dynamic_image/algorithm.hpp>
References boost::gil::apply_operation().
|
inline |
#include <boost_1_57_0/boost/gil/algorithm.hpp>
std::equal for image views
References std::equal().
Referenced by boost::gil::detail::equal_pixels_fn::apply_compatible(), and boost::gil::operator==().