A project based in Computer Vision, most precisely in Facial Detection and Virtual Reality. This project was built using Python, OpenCV (Open Source Computer Vision Library), Makefile, C++ (C Plus Plus), CMake, CUDA (Compute Unified Device Architecture) and C. The project it's a simple application to apply some Superheroes' Masks to the Detected and Recognised Faces by Video Capture/Stream, with support of Predictors and Machine Learning.
The 28 Superheroes' Masks available in this application are the following:
To install and run this application, you will need:
The Git feature and/or a third-party Git Client based GUI, like:
To install this application, you will only need to download or clone this repository and run the application locally:
You can do it downloading the .zip file in download section of this repository.
Or instead, by cloning this repository by a Git Client based GUI, using HTTPS or SSH, by one of the following link:
https://github.com/rubenandrebarreiro/do-you-want-to-be-a-superheroe.git
- SSH:
[email protected]:rubenandrebarreiro/do-you-want-to-be-a-superheroe.git
Or even, by running one of the following commands in a Git Bash Console:
git clone https://github.com/rubenandrebarreiro/do-you-want-to-be-a-superheroe.git
- SSH:
git clone [email protected]:rubenandrebarreiro/do-you-want-to-be-a-superheroe.git
- Python
- OpenCV (Open Source Computer Vision Library)
- Makefile
- C++ (C Plus Plus)
- CMake
- CUDA (Compute Unified Device Architecture)
- C
- JetBrains PyCharm