Definition in file kernelfactory.h.
#include <string>
#include <functional>
#include "stringparser.h"
#include "pnm_io.h"
#include "radialfunction.h"
#include "neuralregion.h"
#include "generic_stdlib.h"
Include dependency graph for kernelfactory.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | KernelFactory |
Generates two-dimensional matrices of function values as kernels for convolution. More... | |
class | KernelFactoryWrapper |
Wraps a KernelFactory call into a function object taking a size_scale parameter. More... |