Skip to content

Computer vision based project which allows users to draw on screen holding a particular colored object and making absolutely no contact with the screen

License

Notifications You must be signed in to change notification settings

MinusRF/AirStylus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIR STYLUS

Draw in Air !

Table Of Contents

  1. About The Project
  2. Getting Started
  3. Contributing
  4. Contact
  5. License

About The Project

Air Stylus is a color detection based Pen-Tablet system. It tends to provide all basic features of a regular pen tablet system like, multi-color drawing option, width adjustment option, background switch, eraser etc. Concepts like Morphology, Erosion and Dilation play a very important role in the process. Project was build in Python, with OpenCV library. Being able to draw in Air feels like magic and I absolutely recommend you to try it in your systems.

Built With

Demo

Getting Started

  • Copy the code in your prefered IDE
  • Import the missing packages - This is an example of how to list things you need to use the software and how to install them : pip intall -[PACKAGE-NAME]
  • Make sure to have a web cam (Default), incase of external cameras use modify code (cv2.videoCapture(0) to cv2.VideoCapture(1))
  • If blue color object is not getting deteced, adjust blue_upper and blue_lower values, and avoid having too bright background and anyother blue colored object other than pen.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Rajat Bansal - @Email - @LinkedIn

Project Link: https://github.com/MinusRF/AirStylus

References

License

MIT LICENSE

About

Computer vision based project which allows users to draw on screen holding a particular colored object and making absolutely no contact with the screen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published