About 11,800,000 results
Open links in new tab
  1. python - Detecting hands or body using running_mode=VIDEO / …

    Oct 24, 2023 · For now, I'm detecting hands frame by frame on my realsense stream using the code below. But now I want to use running_mode=VIDEO or running_mode=LIVE_STREAM …

    Missing:

    • Video Motion

    Must include:

  2. 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 …

  3. 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 …

  4. Exploring Hand Movement Detection with MediaPipe

    Feb 15, 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 …

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

    To focus on the user's hand, we can use background subtraction in OpenCV: basically, we first take a snapshot of the user's background, then we compare all subsequent frames to the …

    Missing:

    • Video Motion

    Must include:

  6. 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 …

  7. 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 …

  8. Computer Vision: Hand-Tracking – umut academy

    Oct 20, 2024 · In this article, we explored how to build a hand-tracking application using Python, OpenCV, and MediaPipe. The aim is to simplify the process for beginners, especially those not …

  9. Hand Detection in Python Using OpenCV and MediaPipe

    Oct 21, 2023 · findHands(): This method detects hands in a video frame and draws bounding boxes around them. findPosition(): This method finds the position of the landmarks on a …

  10. Hand Gesture Recognition using Python and OpenCV - Part 1

    Apr 6, 2017 · In this tutorial, we have learnt about Background Subtraction, Motion Detection, Thresholding and Contour Extraction to nicely segment hand region from a real-time video …

  11. Some results have been removed
Refresh