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

Convolutions
[Image processing]


Detailed Description

Convolutions of an image and 1D and 2D masks.

General methods:

binary image --> binary image:

float image --> float image:


Classes

class  qgar::CleanedBinaryImage
 A Cleaned binary image. More...
class  qgar::GenConvolImage< T, CheckingPolicy >
 Convolution of an image by a 1D or 2D mask. More...
class  qgar::StandardDeviationImage
 Image of standard deviation. 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.


Typedef Documentation

typedef GenConvolImage<double> qgar::ConvolImage
 

Convolution of an image of double pixels.

See also:
qgar::DConvolImage

Definition at line 476 of file GenConvolImage.H.

typedef GenConvolImage<double> qgar::DConvolImage
 

Convolution of an image of double pixels.

See also:
qgar::ConvolImage

Definition at line 467 of file GenConvolImage.H.

typedef GenConvolImage<float> qgar::FConvolImage
 

Convolution of an image of float pixels.

Definition at line 458 of file GenConvolImage.H.

typedef GenConvolImage<int> qgar::IConvolImage
 

Convolution of an image of integer pixels.

Definition at line 451 of file GenConvolImage.H.