How to create Face following Robot using Distance, using Computer vision(opencv) This Robot simply follow the face by detecting the face the frame and estima...
How to create Face following Robot using Distance, using Computer vision(opencv) This Robot simply follow the face by detecting the face the frame and estimate the distance (Forward and Backwards), and moves right and left using the position of face in the frame
Code : https://github.com/Asadullah-Dal17/Face-Following-Robot-using-Distance-Estimation
Subscribe: https://www.youtube.com/channel/UCc8Lx22a5OX4XMxrCykzjbA
Learn Free how to create a virtual pen and eraser with python and OpenCV with source code and complete guide. This entire application is built fundamentally on contour detection. It can be thought of as something like closed color curves on compromises that have the same color or intensity, it's like a blob. In this project we use color masking to get the binary mask of our target color pen, then we use the counter detection to find the location of this pen and the contour to find it.
OpenCV Python in Python will explain all the basics of OpenCV. It also explains how to create a face recognition system and a motion detector.
In this tutorial, you’re going to learn a variety of Python tricks that you can use to write your Python code in a more readable and efficient way like a pro.
Today you're going to learn how to use Python programming in a way that can ultimately save a lot of space on your drive by removing all the duplicates. We gonna use Python OS remove( ) method to remove the duplicates on our drive. Well, that's simple you just call remove ( ) with a parameter of the name of the file you wanna remove done.
To draw a rectangle in Python using OpenCV, use cv2.rectangle() function. The cv2 rectangle() method is used to draw a rectangle on any image.