An open API service indexing awesome lists of open source software.

https://github.com/onurmx/image-filtering

Image filtering software which uses special algorithms to manipulate images.
https://github.com/onurmx/image-filtering

color-quantization convolution-filter dithering-algorithms functional-filter image-filtering

Last synced: about 2 months ago
JSON representation

Image filtering software which uses special algorithms to manipulate images.

Awesome Lists containing this project

README

        

# ImageFiltering
Image filtering software which uses special algorithms to manipulate images.

## Implemented Filters
### Functional Filters
1. Inversion
2. Brightness Correction
3. Contrast Enhancement
4. Gamma Correction

### Convolution Filters
1. Blur
2. Gaussian Blur
3. Sharpen
4. Edge Detection
5. Emboss

### Dithering Algorithm
1. Ordered Dithering
2. Image representation in Y'CbCr color model

### Color Quantization Algorithm
1. Uniform Quantization

### Additional Filters
1. 3x3 Median
2. Grayscale