#include <dlrComputerVision/kernel.h>
#include <dlrNumeric/utilities.h>
Go to the source code of this file.
Namespaces | |
| namespace | dlr::computerVision |
| This namespace is still in the early stages of development. | |
Functions | |
| template<class KERNEL_TYPE > | |
| Kernel< KERNEL_TYPE > | dlr::computerVision::getGaussianKernel (double rowSigma, double columnSigma) |
| This function generates and returns a separable Gaussian kernel of user-specified standard deviation. | |
| template<class KERNEL_TYPE > | |
| Kernel< KERNEL_TYPE > | dlr::computerVision::getGaussianKernel (size_t rows, size_t columns, double rowSigma=-1.0, double columnSigma=-1.0) |
| This function generates and returns a separable Gaussian kernel with the same variance along each axis. | |
Copyright (C) 2006-2008 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file kernels.h.
1.5.8