A Survey of Gaussian Convolution Algorithms
Main Page
Modules
Files
File List
Globals
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 */
Generated on Sat Dec 14 2013 21:33:17 for A Survey of Gaussian Convolution Algorithms by
1.8.3.1