A Survey of Gaussian Convolution Algorithms
gaussian_short_conv.h
Go to the documentation of this file.
1 
20 #ifndef GAUSSIAN_SHORT_CONV_H
21 #define GAUSSIAN_SHORT_CONV_H
22 #include "num.h"
23 
24 void gaussian_short_conv(num *dest, const num *src,
25  long N, long stride, num sigma);
26 
27 #endif /* GAUSSIAN_SHORT_CONV_H */