Augmented reality drums based on concepts of computer vision and image processing. A fun application created to enable users to play virtual drums anywhere simply by using colour tags. I used HSV based color segmentation method to detect blue color. For playing the drum I have used pygames.
- Clone this repo to your local machine using
https://github.com/kaustubh-sadekar/AIR_Drums.git
The code is written in Python (
Python3
) You need the following libraries
- numpy
- matplotlib
- OpenCV
- pygame