Blur
Blur activity is used for applying blurring effects to images.
| *Input image | Path file name and extension of the image that will be processed. |
| *Output image | Path, file name and extension of the image that is processed. |
| Blur type | The methods to increase or decrease blurring on image. |
| Blur coefficient | Image gets more blurry as the blur coefficient increases. |
| X-coordinate | X-coordinate of the area to be edited or cropped. |
| Y-coordinate | Y-coordinate of the area to be edited or cropped. |
| Width | Width of the area to be edited or cropped. |
| Height | Height of the area to be edited or cropped. |
Note: * Fields selected with are required, others are optional.
Input image example
You can use the Input image as shown in the example.
C:Robustarobusta.jpg
Output image example
You can use the Output image name as shown in the example.
C:Robustagrayscale.jpg
Blur type example
You can use the Blur type as shown in the example.
Homogeneous_Blur : Homogeneous Blur averages each pixel’s value with its neighboring pixels.
Gaussian_Blur : Gaussian Blur convolves each pixel’s value with a Gaussian kernel to blur the image.
Median_Blur : Median Blur replaces each pixel’s value with the median of its neighboring pixels.
Blur coefficient example
You can use the Blur coefficient as shown in the example.
9
The default value is 9.
X-coordinate example
You can use the X-coordinate as shown in the example.
86
Y-coordinate example
You can use the Y-coordinate as shown in the example.
100
Width example
*You can use the Width* as shown in the example.****
67
Height example
*You can use the Height as shown in the example.*
67