Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

GenImage.H File Reference


Detailed Description

Header file of class qgar::GenImage.

Author:
Gérald Masini
Date:
March 4, 2003 14:09
Since:
Qgar 2.1

Definition in file GenImage.H.

Go to the source code of this file.

Namespaces

namespace  qgar

Classes

class  qgar::GenImage_NoCheck< T >
 No-check policy. More...
class  qgar::GenImage_BoundCheck< T >
 Policy to check bounds of pixel values. More...
class  qgar::GenImage< T, CheckPolicy >
 Template class for a generic image with pixels of type T. More...

Basic Image Types

typedef GenImage< unsigned
char > 
qgar::BinaryImage
 Binary image (pixels of type unsigned char).
typedef GenImage< unsigned
char > 
qgar::GreyLevelImage
 Grey-level Image (pixels of type unsigned char).
typedef GenImage< unsigned
char > 
qgar::UCharImage
 Image with unsigned char pixels.
typedef GenImage< int > qgar::IntImage
 Image with int pixels.
typedef GenImage< float > qgar::FloatImage
 Images with float pixels.
typedef GenImage< double > qgar::DoubleImage
 Images with double pixels.

Bounded Image Types

typedef GenImage< unsigned
int, GenImage_BoundCheck > 
qgar::BoundedBinaryImage
 Bounded Binary Image (pixel of type unsigned int).
typedef GenImage< unsigned
int, GenImage_BoundCheck > 
qgar::BoundedGreylevelImage
 Bounded Greylevel Image (pixel of type unsigned int).
typedef GenImage< unsigned
char, GenImage_BoundCheck > 
qgar::BoundedUCharImage
 Bounded image with unsigned char pixels.
typedef GenImage< int, GenImage_BoundCheck > qgar::BoundedIntImage
 Bounded Image with int pixels.
typedef GenImage< float, GenImage_BoundCheck > qgar::BoundedFloatImage
 Bounded Image with float pixels.
typedef GenImage< double,
GenImage_BoundCheck > 
qgar::BoundedDoubleImage
 Bounded Image with double pixels.