Image Processing

Gamma

Admin | 28-Sep-2015 | C#, VB.Net

This algorithm performs gamma correction of specified image in RGB color space.    

Gaussian Blur

Admin | 28-Sep-2015 | C#, VB.Net

This algorithm is the result of blurring an image by a Gaussian function.    

Grayscale

Admin | 28-Sep-2015 | C#, VB.Net

This algorithm converts input image to grayscale (a.k.a greyscale) image.    

Grid Pixelate

Admin | 28-Sep-2015 | C#, VB.Net

The algorithm processes an image creating the effect of an image with larger pixels.    

Invert

Admin | 28-Sep-2015 | C#, VB.Net

This algorithm inverts the colors of input image.    

Mean Removal

Admin | 28-Sep-2015 | C#, VB.Net

This algorithm is like Sharpen filter. Unlike the Sharpen filter, which only worked in the horizontal and vertical directions, this one spreads ...

Normal Pixelate

Admin | 28-Sep-2015 | C#, VB.Net

The algorithm processes an image creating the effect of an image with larger pixels.    

Otsu Threshold

Admin | 28-Sep-2015 | C#, VB.Net

This algorithm is used to automatically perform clustering-based image thresholding or, the reduction of a graylevel image to a binary ...

Random Jitter

Admin | 28-Sep-2015 | C#, VB.Net

This algorithm moves each pixel of a source image in random direction within a window of specified radius.    

Sepia

Admin | 28-Sep-2015 | C#, VB.Net

This algorithm converts specified image to old brown photo.