1622096220
En este videotutorial te mostraré como puedes usar la detección de rostros 🧑 con MediaPipe en Python. Veremos como acceder a cada uno de los 6 puntos de referencia o landmarks del rostro, a más de su cuadro delimitador. ¡Mediapipe Face Detection es super rápido y preciso! ¿Te animas a probarlo?
CONTENIDO:
LINKS - REFERENCIAS:
#python #mediapipe #opencv
1619518440
Welcome to my Blog , In this article, you are going to learn the top 10 python tips and tricks.
…
#python #python hacks tricks #python learning tips #python programming tricks #python tips #python tips and tricks #python tips and tricks advanced #python tips and tricks for beginners #python tips tricks and techniques #python tutorial #tips and tricks in python #tips to learn python #top 30 python tips and tricks for beginners
1619510796
Welcome to my Blog, In this article, we will learn python lambda function, Map function, and filter function.
Lambda function in python: Lambda is a one line anonymous function and lambda takes any number of arguments but can only have one expression and python lambda syntax is
Syntax: x = lambda arguments : expression
Now i will show you some python lambda function examples:
#python #anonymous function python #filter function in python #lambda #lambda python 3 #map python #python filter #python filter lambda #python lambda #python lambda examples #python map
1622096220
En este videotutorial te mostraré como puedes usar la detección de rostros 🧑 con MediaPipe en Python. Veremos como acceder a cada uno de los 6 puntos de referencia o landmarks del rostro, a más de su cuadro delimitador. ¡Mediapipe Face Detection es super rápido y preciso! ¿Te animas a probarlo?
CONTENIDO:
LINKS - REFERENCIAS:
#python #mediapipe #opencv
1591743681
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.
#python #create virtual pen and eraser with opencv #create virtual pen and eraser with python opencv #programming #opencv #python opencv
1624332357
Hello everyone,
It has been a while since the last time I posted a tutorial, or something in general. Basically life happened and I decided not to share rather than sharing low quality content. Today, I’ll walk you through a computer vision project that takes your live video input and translates your blinks into Morse Alphabet so you can blink short and long to write messages.
The source code for the project is here, I also used this awesome tutorial as a boiler plate to start with, if you want to learn more about Computer Vision applications you can check the channel owner’s channel from the link I posted. So without further ado let’s dive right into it.
As for the beginning I want to explain MediaPipe library a little bit, “MediaPipe offers open source cross-platform, customizable ML solutions for live and streaming media.”, this definition is from their own website and explains what you can do with that library shortly and cleanly, they offer several other solutions that can run on different platforms and I’ll explain all of them in a different post in the future. The feature that we’ll use today is called “Face Mesh”, this solution provides us a face landmark map with the most important 468 landmarks that can be seen in a human’s face. Using that map we’ll calculate the ratio between some particular points in the face and with that information we’ll detect if the person on the camera blinked or not.
#python #opencv #mediapipe #computer-vision #morse code translator detect blinks — python, opencv, mediapipe #morse code translator detect blinks