#include <slow_gaussian.hxx>
Public Types | |
enum | { dim = 2 } |
typedef image2d< ntg::float_d > | ret |
Static Public Member Functions | |
static image2d< ntg::float_d > | kernel (ntg::float_d sigma, ntg::float_d radius_factor) |
Return a discrete Gaussian kernel, that is equal to zero at a. | |
static image2d< 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 104 of file slow_gaussian.hxx.