This is a simple photo editing app made for the course TDT4100 at NTNU The app is written in Java with JavaFX and maven. OpenCV is used for all the imageprocessing and face recognition
The project can be run with javafx:run
Toggle colors on or off
Adjust the brighntess of the image
Adjust the contrast of the image
Apply a gaussian blur filter with a givven radius
Find all faces in the image and cover them with images of Shrek
- Saving and loading images
- Test coverage