This project is done in the Image Processing and Computer Vision course at Queen's University. Collaborate with my teammate Kaiyun Guo
The editor supports the following function:
Adjust Brightness of the image
Scale the image
Local Histogram Equalization of the image
Denoise the image
Edge Detection
Examples:
Mandrill: Original Image(left), Image after adjusting brightness(right)
Mandrill: Original Image(left), Image after scaling(right)
Spitfire: Original Image(left), Image after performing local histogram equalization(right)
Clown: Original Image(left), Image after removing noise(right)
Random Picture from restaurant: Original Image(left), Image after performing edge detection (PC: Lavender L.)
The code is extremely long, so I just put them on my GitHub page.
Please note: You could not use the code for any academic usages.
For other usage, you could reference the code as below:
@article{mz2021,
title = "Image Editor",
author = "Zhou, Meng", "Guo, Kaiyun",
year = "2021",
url = "https://sites.google.com/view/mengzhou/project/image-editor"
}