|
rgb.hpp
Go to the documentation of this file.
11 /*************************************************************************************************/
metafunctions that construct types or return type properties An iterator over planar pixels. Models HomogeneousColorBaseConcept, PixelIteratorConcept, HomogeneousPixelBasedConcept, MemoryBasedIteratorConcept, HasDynamicXStepTypeConcept. Definition: algorithm.hpp:53 planar pixel pointer class Given a pixel iterator defining access to pixels along a row, returns the types of the corresponding ... Definition: metafunctions.hpp:252 Represents a color space and ordering of channels in memory. Definition: utilities.hpp:306 type_from_x_iterator< planar_pixel_iterator< IC, rgb_t > >::view_t planar_rgb_view(std::size_t width, std::size_t height, IC r, IC g, IC b, std::ptrdiff_t rowsize_in_bytes) from raw RGB planar data Definition: rgb.hpp:59 GIL configuration file. Generated on Mon Mar 26 2018 12:01:36 for Generic Image Library by
1.8.6
|