|
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
Pixellate
The image filter processes an image creating the effect of an image with larger pixels – pixellated image.
Jitter
The image filters moves pixels in random directions within specified radius creating an effect of fuzzy image.
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.
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.
ImageWarp
The image processing filter implements a warping filter, which sets pixels in destination image to values from source image
taken with specified offset.
|