#include <slow_gaussian.hxx>
Public Types | |
enum | { dim = 1 } |
typedef oln::image1d< ntg::float_d > | ret |
Static Public Member Functions | |
static image1d< ntg::float_d > | kernel (ntg::float_d sigma, ntg::float_d radius_factor) |
Return a discrete Gaussian kernel, that is equal to zero. | |
static image1d< ntg::float_d > | kernel_values (ntg::float_d sigma, ntg::float_d radius_factor) |
Return values of the Gaussian kernel at discrete points. |
Definition at line 64 of file slow_gaussian.hxx.