This is a basic image processing project utilising cv2 and numpy to apply filters onto an image and save it.
This was created using Spyder
We can:
- Change the brightness
- Change the contrast
- Swtich between grayscale and the original image
- Switch between different filters
Pressing 'q' with quit the program while pressing 's' will save the current image.