boost::gil::operator==
Equality operator
Synopsis
Declared in <boost/gil/image.hpp>
template<
typename Pixel1,
bool IsPlanar1,
typename Alloc1,
typename Pixel2,
bool IsPlanar2,
typename Alloc2>
bool
operator==(
image<Pixel1, IsPlanar1, Alloc1> const& im1,
image<Pixel2, IsPlanar2, Alloc2> const& im2);
Parameters
Name |
Description |
im1 |
The left operand |
im2 |
The right operand |
Created with MrDocs