#include "Core/Array/Arrays.h"
Include dependency graph for MakeGaussian1d.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Array |
Functions | |
static double | Impala::Core::Array::Gauss (const double x, const double sigma) |
static double | Impala::Core::Array::Hermite (const double x, const double H0, const double sigma, const int order) |
static int | Impala::Core::Array::filterWidth (double sigma, int deri, double acc, int maxlen) |
static double * | Impala::Core::Array::makeFilter (double sigma, int deri, double acc, int fsize, int maxfsize) |
Array2dScalarReal64 * | Impala::Core::Array::MakeGaussian1d (double sigma, int deri, double acc, int maxfsize, int fsize=0) |
Generate a kernel image resembling a Gaussian. |