Computer Science Interactive Learning Objects
Blur Learning Objects
The learning objects listed below explain different directions and methods of blur and how they are implemented. The algorithms included here are:
- Normal Blur
- Vertical Blur
- Horizontal Blur
- North-East Diagonal Blur
- North-West Diagonal Blur
- Gaussian Blur
Normal Blur
This learning object explains the blur effect using a standard convolution filter.
Click here to try the learning object »
Vertical Blur
This learning object explains the blur effect only apply on the y-axis of the image.
Click here to try the learning object »
Horizontal Blur
This learning object explains the blur effect only apply on the x-axis of the image.
Click here to try the learning object »
North-East Diagonal Blur
This learning object explains the blur effect only apply on the North-East diagonal of the image.
Click here to try the learning object »
North-West Diagonal Blur
This learning object explains the blur effect only apply on the North-West diagonal of the image.
Click here to try the learning object »
Gaussian Blur
This learning object explains the blur effect using Gaussian calculation.