kernels.h File Reference

Header file declaring some stock kernels to be used in client code. More...

#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::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.


Detailed Description

Header file declaring some stock kernels to be used in client code.

Copyright (C) 2006-2008 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.

Revision
Date

Definition in file kernels.h.


Generated on Wed Nov 25 12:15:07 2009 for dlrComputerVision Utility Library by  doxygen 1.5.8