Image Processing

BiTonal

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

This algorithm converts specified image to binary image that has only two possible color values.    

Brightness

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

This algorithm adjusts the brightness of specified image in RGB color space. This algorithm works by increasing every pixel's RGB values by the ...

Color

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

This algorithm adds/subtracts a value to each color.    

Color Extraction

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

This algorithm filters specified color and replaces all other colors with other specified color.    

Color Substitution

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

This algorithm replaces the specified source color with the new color.    

Contrast

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

This algorithm adjusts the contrast of specified image in RGB color space. This algorithm works by increasing RGB values of bright pixels and ...

Emboss Laplacian

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

This is an image processing algorithm in which in which each pixel of an image is replaced either by a highlight or a shadow, depending on light/dark ...

Flip Both

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

This algorithm flips specified image in both vertical and horizontal directions.    

Flip Horizontal

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

This algorithm flips specified image in a horizontal direction.    

Flip Vertical

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

This algorithm flips specified image in a vertical direction.