boost::gil::equal_pixels

Synopsis

template<
    typename... Types,
    typename View>
bool
equal_pixels(
    any_image_view<Types...> const& src,
    View const& dst);

Template Parameters

Name

Description

Types

Model Boost.MP11‐compatible list of models of ImageViewConcept

View

Model MutableImageViewConcept

Parameters

Name

Description

src

Represents a run‐time specified image view. Models HasDynamicXStepTypeConcept, HasDynamicYStepTypeConcept, Note that this class does NOT model ImageViewConcept

Created with MrDocs