boost::gil::equal_pixels

Synopsis

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

Template Parameters

Name

Description

View

Model ImageViewConcept

Types

Model Boost.MP11‐compatible list of models of MutableImageViewConcept

Parameters

Name

Description

dst

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

Created with MrDocs