boost::gil::HomogeneousPixelBasedConcept
Concept for homogeneous pixel‐based GIL constructs
Description
concept HomogeneousPixelBasedConcept<PixelBasedConcept T>
{
typename channel_type<T>;
where Metafunction<channel_type<T>>;
where ChannelConcept<channel_type<T>::type>;
};
Member Functions
Name |
Created with MrDocs