Image Processing

Sharpen

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

This algorithm is almost an opposite of Gaussian blur filter. It sharpens an image by enhancing the difference between pixels.     ...

Smooth

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

This algorithm attempts to capture important patterns in image without noise.    

Sphere

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

This algorithm processes an image creating the effect of the image being wrapped around a ball.    

Threshold

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

This algorithm converts specified image to binary image that has only two colors black and white.    

Time Warp

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

This algorithm causes the image the warp as it disappears in the distance.