OpenCV is a multi-platform Image Processing tool which provides lots of algorithms and processes. This notebook was written in 2019 by me when I was just learning, and I missed to add the author of images used from the internet. All images are taken from the internet and credit goes to original authors. Contains Introduction […]
computer vision
Auto Trex: Playing Chrome Trex Game with Image Processing
Playing Trex Game With Image Processing Hello everyone, in the last part, we used gestures to perform jump and duck but in this part, we will not use gestures. We will use only some image processing techniques and then let the code play it. But our code will not be any kind of Machine Learning […]
Playing Chrome Trex Game with Gestures
Play Trex Game on Chrome By Gesture Using OpenCV and Mediapipe Hello there surfer! Since few days, I am thinking about some cool projects that can be done within some hours using Mediapipe and OpenCV in Python. In this blog, I am writing about how can we play the popular trex game by only moving […]
Air Mouse: Controlling Mouse With Gestures in Air
Air Mouse: Doing Mouse Operations Using Finger Gestures Hey surfer, in this blog, I am going to write about how can we do basic mouse operations like move pointer, click, double click and right click using only finger gestures. This blog is the part of the series #7DaysOfComputerVisionProjects. Links to the blogs and videos of […]
Gesture Based Visually Writing System: Web App Using Flask
Introduction If I have to write about part, then this is the 5th part or 4th version of Gesture Based Visually Writing System. If you have read my previous blogs on this same topic then you probably know that how much have I progressed from the early version. Once my employer suggested me on interview […]
Gesture Based Visually Writing System: Make A Visual User Interface
Before Everything Starts Well, before proceeding further, it is very important that you follow the previous blog where every concepts and codes are described from scratch level. I am adding a new feature here on the existing project so it will be a very great idea to understand the working mechanism of the existing system. […]
Gesture Based Visually Writing System Using OpenCV and Python
Gesture Based Writing/Drawing Using OpenCv Python Theory Part This is the part of Gesture Based Visually Writing System. Gesture Based Visually Writing System Using OpenCV and Python Gesture Based Visually Writing System: Adding Visual User Interface Gesture Based Visually Writing System: Adding Virtual Animationn, New Mode and New VUI Gesture Based Visually Writing System: Add […]