#include void blur(float* image, float sigma, unsigned int x, unsigned int y){ stim::cuda::cpu_gaussian_blur_2d(image, sigma, x, y); }