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

Normal Blur
The Blur Learning Object

This learning object explains the blur effect using a standard convolution filter.

Click here to try the learning object »

Vertical Blur

Vertical Blur
The Vertical Blur Learning Object

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

Horizontal Blur
The Horizontal Blur Learning Object

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

North-East Diagonal Blur
The Diagonal(NE) Blur Learning Object

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

North-West Diagonal Blur
The Diagonal(NW) Blur Learning Object

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

Gaussian Blur
The Gaussian Blur Learning Object

This learning object explains the blur effect using Gaussian calculation.

Click here to try the learning object »