onurmx / Image-Filtering

Image filtering software which uses special algorithms to manipulate images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Image filtering software which uses special algorithms to manipulate images.

License:MIT License


Languages

Language:C# 100.0%