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. | |