Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.11 KB

File metadata and controls

26 lines (20 loc) · 1.11 KB

Projects

8-Ball Pool Vision & Projection System

An interactive pool table system combining computer vision and projection mapping to enhance both practice and gameplay visualization.

Features

Practice Aim Assistant

  • Real-time shot prediction system that helps players improve their accuracy
  • Projects visual guides showing precise cue ball strike points
  • Displays predicted paths for both cue ball and object ball
  • Automatically calibrates projection alignment with the physical table
  • Watch Demo Video

Dynamic Ball Tracking & Visualization

  • Live tracking of all 16 balls using computer vision
  • Projects dynamic animations highlighting each ball's movement path
  • Special visual effects when balls enter pockets
  • Real-time ball path tracing with projected trails
  • Watch Demo Preview

Technical Implementation

  • Built using Python and OpenCV for real-time object detection
  • Custom trajectory prediction algorithms accounting for collisions and rebounds
  • Projection mapping system synchronized with physical table dimensions