tluczekk / ImageFilterApp

Computer Graphics course project, WUT 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImageFilterApp

First assignment of Computer Graphics course at Warsaw University of Technology.

Features

  • Uploading image from the disk
  • Applying several functional filters
    • Color to grayscale
    • Inverse filter
    • Brightness up/down
    • Gamma correction
    • Contrast correction
  • Applying several convolution filters
    • Sharpening
    • Edge detection
    • Emboss filter
    • Box blur
    • Gaussian Blur
  • Possibility of reverting all changes
  • Saving the modified version to the disk
  • Ability to create custom functional filter based on Polyline

About

Computer Graphics course project, WUT 2020


Languages

Language:C# 100.0%