View a detailed tutorial
View a detailed tutorial
View Video
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.
Installation
Clone
- Clone this repo to your local machine using
https://github.com/kaustubh-sadekar/AIR_Drums.git
Setup/Requirements
The code is written in Python (
Python3
) You need the following libraries
- numpy
- matplotlib
- OpenCV
- pygame