Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.24 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.24 KB

GLOW - Hand Detection

This repository contains the codebase for a computer vision program using OpenCV to detect hands on diffused acrylic glass tubes designed for our GLOW light art project.

Project overview

This project utilizes OpenCV libraries to implement hand detection algorithms for an interactive light art installation. The code aims to identify hands touching or interacting with an acrylic glass tube to trigger light effects or other visual responses.

touch-detection

This is a sidetrack to explore the possibilities of using computer vision in our GLOW project. If you are interested in the main codebase explore this repository.

Dependencies

This project relies on the following dependencies:

Setup

pip install -r requirements.txt
python main.py

Contributors