Star

Created With

linkBlur filters

This filters has the ability to blur or smooth an image, reducing the image noise and the definition of each detail

linkBox Blur

w=1/9(111111111)w = 1/9 \begin{pmatrix} 1 & 1 & 1 \\ 1 & 1 & 1 \\ 1 & 1 & 1 \end{pmatrix}1

Here you can see the filter applied to an image and a video

linkGaussian Blur 3x3

w=1/16(121242121)w = 1/16 \begin{pmatrix} 1 & 2 & 1 \\ 2 & 4 & 2 \\ 1 & 2 & 1 \end{pmatrix}1

Here you can see the filter applied.

linkGaussian Blur 5x5

w=1/256(1464141624164624362464162416414641)w = 1/256 \begin{pmatrix} 1 & 4 & 6 & 4 & 1 \\ 4 & 16 & 24 & 16 & 4 \\ 6 & 24 & 36 & 24 & 6 \\ 4 & 16 & 24 & 16 & 4 \\ 1 & 4 & 6 & 4 & 1 \end{pmatrix}1

Here you can see the filter applied.

Blur filtersBox BlurGaussian Blur 3x3Gaussian Blur 5x5

Home

Workshopschevron_right
Software Image & Video Processingchevron_right

Problem Statement and Background Image and Video filters Image Photographic-Mosaic Ascii art

Kernel (Image processing)chevron_right

Conclusions and References

Hardware Image & Video Processingchevron_right

Problem Statement and Background Image and Video filters Ascii art Photo Mosaic

Kernel (Image processing)chevron_right

Conclusions and References

Renderingchevron_right

Computer Graphics HCI

P5 Code Snippetschevron_right
Peoplechevron_right