Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 223 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 223 Bytes

image-processing-package

A program that applies 3 image processing techniques on the image:

1- Noise reduction using median filter.

2- Convert to grayscale.

3- Adjust Brightness.

Written in Assembly language and C#.