Usage: gaussianfilter in.pgm alpha out.pgm
Description: Deriche's recursive implementation of the Gaussian filter operator (convolution with a Gaussian kernel). The parameter alpha (double) controls the spatial extension of the filter: 0 < alpha < infinity, typical value: alpha = 1
Types supported: byte 2d, byte 3d
Category: signal