Go to the source code of this file.
Namespaces | |
| array_gaussianblur2 | |
| Namespace that performs gaussian blur. | |
Functions | |
| template<class T > | |
| void | array_gaussianblur2::gaussian_blur (const array2< T > &array, array2< T > &result, double r, const bitarray2 *mask=nullptr) |
| Perform gaussian blur on grids. More... | |