Interface (and implementation) for templated Image class. More...
#include "rgb.h"
Go to the source code of this file.
Classes | |
class | PixelTraits< T > |
Class to support specialisation for particular pixel formats. More... | |
class | PixelTraits< uchar > |
class | PixelTraits< ushort > |
class | PixelTraits< ByteRGBA > |
class | Raster< T > |
Class for 2D raster images of a specified type. More... | |
class | Raster< T >::RowIterator |
class | Raster< T >::ConstRowIterator |
class | ImageStorage< T > |
class | Image< T > |
Interface (and implementation) for templated Image class.