![]() |
The programs smoothing and artistic can be downloaded here. This page contains a brief guide to their usage |
| smoothing(InputFileName, OutputFileName, Sigma, SectorsNumber, EdgeSharpness); |
| InputFileName: | name of the file where the input image is stored |
| OutputFileName: | name of the file on which the output must be saved |
| Sigma: | size of the brush stroke |
| SectorsNumber: | number of sectors on which the Gaussian mask is divided |
| EdgeSharpness: | sharpness of the edges (0 for a Gaussian blurring, Infinity for the value and criterion filter structure) |
| smoothing('Image1.jpg', 'Paint1.bmp', 5, 8, 4); |


