#include <dlrComputerVision/kernel.h>
#include <dlrNumeric/utilities.h>
Include dependency graph for kernels.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | dlr |
| namespace | dlr::computerVision |
Functions | |
| template<class KERNEL_TYPE> | |
| Kernel< KERNEL_TYPE > | dlr::computerVision::getGaussianKernel (size_t rows, size_t columns, double rowSigma=-1.0, double columnSigma=-1.0) |
Copyright (C) 2006 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file kernels.h.
1.5.2