techmn / ImageProcessing

Basic Image Processing using C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImageProcessing

Basic Image Processing using C#

This application includes following funtionalities

  1. Color Operations
    • RGB to Grayscale
    • Negative
    • Sepia
  2. Image Filtering
    • Lowpass Filter (Blur)
    • Highpass Filter (Edge Detection)
  3. Image Thresholding
  4. Color Tint

Screenshots

App Preview Image Negative Edge Detection Thresholding Tint

About

Basic Image Processing using C#

License:MIT License


Languages

Language:C# 100.0%