home..
Image Filtering Implementation - Sobel, Prewitt, Roberts
Mia Vrhovnik / February 2023
Python
OpenCV
Face Recognition
Skin Detection
FULL SOURCE CODE:
- The project was created as a learning experience for the OpenCV. Instead of using the built-in functions, I decided to implement the algorithms myself.
- Doing my own implementation of the algorithms helped me understand the underlying concepts better and how they work under various conditions.