About 361,000 results
Open links in new tab
  1. Hand Detection Tracking in Python using OpenCV and MediaPipe

    May 16, 2024 · MediaPipe’s Hand module utilizes key points to detect and track hands in images or video frames. These key points, also known as landmarks, represent specific anatomical points on the hand....

  2. Opencv Python Hand Detection and Tracking - Instructables

    Opencv Python Hand Detection and Tracking: Aim of the project is to move a robotic hand, mimicking humand hand based on a camera feed.The project is divided into Software (i'm using opencv to detect human hand and find the distance between palm center and finger tips.

  3. Right and Left Hand Detection Using Python - GeeksforGeeks

    Mar 14, 2024 · We will use mediapipe and OpenCV libraries in python to detect the Right Hand and Left Hand. We will be using the Hands model from mediapipe solutions to detect hands, it is a palm detection model that operates on the full image and returns an oriented hand bounding box.

  4. Real-time Hand Gesture Recognition using TensorFlow & OpenCV

    In this Hand Gesture Recognition project, we’ve built a hand gesture recognizer using OpenCV and python. We’ve used MediaPipe and Tensorflow framework for the detection and gesture recognition respectively.

  5. Exploring Hand Movement Detection with MediaPipe

    Feb 14, 2024 · In this blog post, we’ve explored a Python code snippet for real-time hand movement detection using MediaPipe and OpenCV. By leveraging computer vision techniques and machine learning models,...

  6. Hand Recognition with Python: Guide with Code Samples

    Sep 2, 2023 · In this article, we will explore how to perform hand recognition using Python, a versatile and widely used programming language. We will use the OpenCV library for image processing and a...

  7. Python MediaPipe: real-time hand tracking and landmarks estimation

    Apr 20, 2021 · In this tutorial we will learn how to perform real-time hand tracking and landmarks estimation using Python, OpenCV and MediaPipe. We will be reading the video from a webcam using OpenCV and perform the hand tracking and landmarks estimation using MediaPipe and …

  8. ishfulthinking/Python-Hand-Gesture-Recognition - GitHub

    The left side of the hand is the lowest x value equal to 1 in the segmented image, while the right side is the highest, the top is the lowest y value, and the bottom is the highest. Let's create a new function that gets the hand's dimensions, center, etc. so we can use this info both for detecting waving and for counting fingers later on.

  9. Mastering Hand Gesture Recognition with Python: Build Your …

    Oct 30, 2024 · Hand Gesture Recognition (HGR) is a computer vision technology that detects hand movements and interprets them as commands to enable touch-free interaction with digital devices.

  10. Gesture recognition guide for Python - Google AI Edge

    Jan 13, 2025 · The MediaPipe Gesture Recognizer task lets you recognize hand gestures in real time, and provides the recognized hand gesture results and hand landmarks of the detected hands. These instructions show you how to use the Gesture Recognizer with Python applications.

  11. Some results have been removed
Refresh