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

Masks
[Data structures]


Detailed Description

1D and 2D masks, to be typically used for convolutions.

Mask type names are predefined to make it easier to write mask declarations when coding.


Classes

class  qgar::GenMask1d< T >
 Generic 1D mask with coefficients of type T. More...
class  qgar::GenMask2d< T >
 Generic 2D mask with coefficients of type T. More...
class  qgar::Mask1dGauss
 1D Gaussian convolution mask More...
class  qgar::Mask1dGaussD1
 First derivative of a 1D Gaussian mask. More...
class  qgar::Mask1dGaussD2
 Second derivative of a 1D Gaussian mask. More...