template<class T, int TDIM>
class ug::raster_kernels::Blur< T, TDIM >
Kernel which blurs all values of a raster it was called on.
- Note
- This class does not feature a default constructor and thus must be constructed before being run on a raster.
Use, e.g., like this:
Generic raster for arbitrary dimensions.
Definition raster.h:73
TKernel::result_t run_on_all()
Creates and runs the specified kernel on all nodes and returns its result.
Definition raster_impl.hpp:503
Kernel which blurs all values of a raster it was called on.
Definition raster_kernels.h:134
- Note
- 'no_data_values' will not be affected by the blur operation