std::equal for image views
More...
|
template<typename View1 , typename View2 > |
BOOST_FORCEINLINE bool | equal_pixels (const View1 &v1, const View2 &v2) |
| std::equal for image views
|
|
template<typename ... Types, typename View > |
auto | equal_pixels (any_image_view< Types... > const &src, View const &dst) -> bool |
|
template<typename View , typename ... Types> |
auto | equal_pixels (View const &src, any_image_view< Types... > const &dst) -> bool |
|
template<typename ... Types1, typename ... Types2> |
auto | equal_pixels (any_image_view< Types1... > const &src, any_image_view< Types2... > const &dst) -> bool |
|
std::equal for image views
◆ equal_pixels() [1/3]
auto boost::gil::equal_pixels |
( |
any_image_view< Types... > const & |
src, |
|
|
View const & |
dst |
|
) |
| -> bool
|
◆ equal_pixels() [2/3]
◆ equal_pixels() [3/3]
auto boost::gil::equal_pixels |
( |
View const & |
src, |
|
|
any_image_view< Types... > const & |
dst |
|
) |
| -> bool
|