ug4
raster_kernels.h File Reference
#include "raster.h"

Go to the source code of this file.

Classes

class  ug::raster_kernels::Blur< T, TDIM >
 Kernel which blurs all values of a raster it was called on. More...
 
class  ug::raster_kernels::Count< T, TDIM >
 Kernel which counts the number of times it was run on valid data values. More...
 
class  ug::raster_kernels::Sum< T, TDIM >
 Kernel which sums the values for all entries it was called on. More...
 

Namespaces

 ug
 the ug namespace
 
 ug::raster_kernels