Description Usage Arguments Value Examples
Gaussian blur
1 | gaussian_blur(input_image_directory, output_image_directory, sigma)
|
input_image_directory |
string, path to the input .png file |
output_image_directory |
string, path to the output .png file |
sigma |
double, the sd of the gaussian distribution |
png file at the output path
1 2 3 4 | ## Not run:
gaussian_blur("test.png", "test_output.png", sigma = 1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.