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. | |
|
|
Convolution of an image of double pixels.
Definition at line 476 of file GenConvolImage.H. |
|
|
Convolution of an image of double pixels.
Definition at line 467 of file GenConvolImage.H. |
|
|
Convolution of an image of float pixels.
Definition at line 458 of file GenConvolImage.H. |
|
|
Convolution of an image of integer pixels.
Definition at line 451 of file GenConvolImage.H. |