Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-22T22:52:53.000Z (almost 5 years ago)
- Last Synced: 2024-10-03T12:27:31.401Z (about 1 month 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
![Demo 1](https://media.giphy.com/media/dyGibIytO4GROfV6bB/giphy.gif)
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.![Demo ](https://media.giphy.com/media/RNPyaDMA9WyNqSa7yN/giphy.gif)
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.