AForge.NET Framework
2.2.5 version is available!

Some effects filters

In addition to image processing filters from other categories, the AForge.NET framework provides
some additional image processing filters, which may provide different type of nice effects.

Below is the list of implemented image processing filters for generating different effects.

Source image

Source image

Pixellate

The image filter processes an image creating the effect of an image with larger pixels – pixellated image.

Pixellate filter

Jitter

The image filters moves pixels in random directions within specified radius creating an effect of fuzzy image.

Jitter filter

Oil Painting

The image processing filter changes each pixel’s value to the value of pixel with the most frequent intensity around.
Sounds a bit complex, but creates an effect of oil painted image.

Oil Painting filter

Water Wave

The image processing filter implements simple water wave effect. Using properties of the class, it is possible to set number
of vertical/horizontal waves, as well as their amplitude.


Water Wave filter

ImageWarp

The image processing filter implements a warping filter, which sets pixels in destination image to values from source image
taken with specified offset.

Image Warp filter