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

GenConvolImage.H File Reference


Detailed Description

Header file of class qgar::GenConvolImage.

Author:
Jan Rendek
Date:
January 5, 2004 11:05
Since:
Qgar 2.1.1

Definition in file GenConvolImage.H.

Go to the source code of this file.

Namespaces

namespace  qgar

Classes

class  qgar::GenConvolImage< T, CheckingPolicy >
 Convolution of an image by a 1D or 2D mask. More...

Predefined convolution types

typedef GenConvolImage< int > qgar::IConvolImage
 Convolution of an image of integer pixels.
typedef GenConvolImage< float > qgar::FConvolImage
 Convolution of an image of float pixels.
typedef GenConvolImage< double > qgar::DConvolImage
 Convolution of an image of double pixels.
typedef GenConvolImage< double > qgar::ConvolImage
 Convolution of an image of double pixels.