#include "Util/Math.h"
#include "Core/Array/Arrays.h"
Include dependency graph for MakeGaussian2d.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 |
Defines | |
#define | M_PI 3.14159265358979323846 |
#define | ABS(a) ((a) < 0.0 ? -(a) : (a)) |
Functions | |
Array2dScalarReal64 * | Impala::Core::Array::MakeGaussian2d (double st, double sr, double phi, int dert, double n) |
Generate a kernel image resembling a Gaussian. |