https://github.com/mohab-sameh/laserpointer
LaserPointer tracks a laser pointer objected on a surface and enables intuitive controls using a simple laser pointer.
https://github.com/mohab-sameh/laserpointer
Last synced: 4 months ago
JSON representation
LaserPointer tracks a laser pointer objected on a surface and enables intuitive controls using a simple laser pointer.
- Host: GitHub
- URL: https://github.com/mohab-sameh/laserpointer
- Owner: mohab-sameh
- Created: 2020-01-22T21:45:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-22T22:52:53.000Z (over 5 years ago)
- Last Synced: 2025-02-05T01:29:06.086Z (5 months ago)
- Language: C#
- Homepage:
- Size: 18.2 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LaserPointer

LaserPointer tracks a laser pointer objected on a surface and enables intuitive controls using a simple laser pointer.
LaserPointer has 2 versions, one written in C# and another written in Python. Both implement OpenCV.
Run the desired version and wait for the camera window to popup.Point a laser beam to a surface and see the camera detecting the laser beam and the laser beam shall be followed by a
circle or a contour on the monitor.
C# version uses a red laser beam by default and implements masking using an intensity algorithm, while
the python version uses a green laser beam by default and implements HSV masking. However, laser color beams can be changed
according to the users' needs and scenario.