boost::gil::ViewsCompatibleConcept
Views are compatible if they have the same color spaces and compatible channel values.
Description
Constness and layout are not important for compatibility.
concept ViewsCompatibleConcept<ImageViewConcept V1, ImageViewConcept V2>
{
where PixelsCompatibleConcept<V1::value_type, P2::value_type>;
};
Member Functions
Name |
Created with MrDocs