All Projects → kaustubh-sadekar → Air_drums

kaustubh-sadekar / Air_drums

Licence: mit
This project enables you to play virtual drums simply by using concepts of image processing and computer vision.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Air drums

Aruco Markers
Working examples/tutorial for detection and pose estimation of ArUco markers with C++
Stars: ✭ 112 (+261.29%)
Mutual labels:  tutorial, opencv, augmented-reality, ar
spark-ar-creators
List of 9500 (and counting) Spark AR Creators. Open an issue or contact me if you want to be added.❤️
Stars: ✭ 122 (+293.55%)
Mutual labels:  augmented-reality, ar
jsartoolkit5
Javascript ARToolKit v5.x
Stars: ✭ 37 (+19.35%)
Mutual labels:  augmented-reality, ar
stardust-SDK
Stardust SDK and sample app for Unity
Stars: ✭ 23 (-25.81%)
Mutual labels:  augmented-reality, ar
lvr
👓 Augmented Reality for everyone - Out of the world experiences
Stars: ✭ 92 (+196.77%)
Mutual labels:  augmented-reality, ar
DepthMask-Unity-Shader
Simple but powerful Unity shader that enables geometry masking for cutouts, UI, AR, and multiple camera VFX tricks.
Stars: ✭ 102 (+229.03%)
Mutual labels:  augmented-reality, ar
kalwalt-interactivity-AR
Some various experiments with Ar.js and Three.js
Stars: ✭ 65 (+109.68%)
Mutual labels:  augmented-reality, ar
Opencv Python Tutorial
OpenCV问答群不再维护。有问题,自己去搜索。Google能找到大部分答案。
Stars: ✭ 2,603 (+8296.77%)
Mutual labels:  tutorial, opencv
Opencv Python Series
An OpenCV & Python Tutorial Series and Reference.
Stars: ✭ 262 (+745.16%)
Mutual labels:  tutorial, opencv
Realityui
A Swift Package for creating familiar UI Elements and animations in a RealityKit rendered Augmented Reality or Virtual Reality scene.
Stars: ✭ 275 (+787.1%)
Mutual labels:  augmented-reality, ar
Jeelizar
JavaScript object detection lightweight library for augmented reality (WebXR demos included). It uses convolutional neural networks running on the GPU with WebGL.
Stars: ✭ 296 (+854.84%)
Mutual labels:  augmented-reality, ar
V2R
Code for our IJCAI 2020 paper: "Keep It Real: a Window to Real Reality in Virtual Reality".
Stars: ✭ 20 (-35.48%)
Mutual labels:  augmented-reality, ar
Unity-2017.2-and-Vuforia-6.5---Camera-Auto-Focus
Unity 2017.2 and Vuforia 6.5 Augmented Reality (AR) Camera Auto Focus
Stars: ✭ 17 (-45.16%)
Mutual labels:  augmented-reality, ar
native-xr-for-web
Add iOS and Android build with AR capabilities to your website or web-based app.
Stars: ✭ 27 (-12.9%)
Mutual labels:  augmented-reality, ar
Caffe2 Ios
Caffe2 on iOS Real-time Demo. Test with Your Own Model and Photos.
Stars: ✭ 221 (+612.9%)
Mutual labels:  tutorial, opencv
immersal-sdk-samples
Immersal SDK Unity Samples
Stars: ✭ 77 (+148.39%)
Mutual labels:  augmented-reality, ar
Stealing Ur Feelings
Winner of Mozilla's $50,000 prize for art and advocacy exploring AI
Stars: ✭ 784 (+2429.03%)
Mutual labels:  augmented-reality, ar
Invisibility cloak
This is a fun application of image processing which enables you to experience the magic of an invisibility cloak. Let's make our childhood fantasy of using an invisibility cloak come true.
Stars: ✭ 176 (+467.74%)
Mutual labels:  tutorial, opencv
sceneform-android
Sceneform Maintained is an ARCore Android SDK with Google Filament as 3D engine. This is the continuation of the archived Sceneform
Stars: ✭ 303 (+877.42%)
Mutual labels:  augmented-reality, ar
Face Landmark Android
Android AR Camera
Stars: ✭ 320 (+932.26%)
Mutual labels:  opencv, augmented-reality

AIR_Drums

View a detailed tutorial

View Video

Recordit GIF

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.

  • You can use it for entertainment or can learn some key functions of opencv from this code.
  • Refer a detailed Tutorial explaining the code.

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

Refer the Tutorial for detailed explaination of the code.

License

License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].