All Projects → akshaybahadur21 → Handmovementtracking

akshaybahadur21 / Handmovementtracking

Licence: mit

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Handmovementtracking

Human Pose Estimation Opencv
Perform Human Pose Estimation in OpenCV Using OpenPose MobileNet
Stars: ✭ 201 (-5.63%)
Mutual labels:  opencv
Fga
Auto-battle app for F/GO Android
Stars: ✭ 205 (-3.76%)
Mutual labels:  opencv
Sharingan
Tool to extract news articles from newspaper and give the context about the news
Stars: ✭ 208 (-2.35%)
Mutual labels:  opencv
Simple net
A simple deep neural network implemented in C++,based with OpenCV Mat matrix class
Stars: ✭ 202 (-5.16%)
Mutual labels:  opencv
Opencv Python Tutorial
OpenCV问答群不再维护。有问题,自己去搜索。Google能找到大部分答案。
Stars: ✭ 2,603 (+1122.07%)
Mutual labels:  opencv
Learnopencv
Learn OpenCV : C++ and Python Examples
Stars: ✭ 15,385 (+7123%)
Mutual labels:  opencv
Marvel
Marvel - Face Recognition With Android & OpenCV
Stars: ✭ 199 (-6.57%)
Mutual labels:  opencv
Opencvsharp Samples
A collection of samples about using OpenCV in .NET applications.
Stars: ✭ 210 (-1.41%)
Mutual labels:  opencv
Raspberrypi Facedetection Mtcnn Caffe With Motion
MTCNN with Motion Detection, on Raspberry Pi with Love
Stars: ✭ 204 (-4.23%)
Mutual labels:  opencv
Aucframetemplate
AucFrame
Stars: ✭ 207 (-2.82%)
Mutual labels:  frame
Road lane line detection
Find lane lines on the road using Python and OpenCV, applying Canny edge detectors and Hough line transforms
Stars: ✭ 202 (-5.16%)
Mutual labels:  opencv
Pine
🌲 Aimbot powered by real-time object detection with neural networks, GPU accelerated with Nvidia. Optimized for use with CS:GO.
Stars: ✭ 202 (-5.16%)
Mutual labels:  opencv
Imageprocessingprojects
Image processing using python and opencv
Stars: ✭ 205 (-3.76%)
Mutual labels:  opencv
Seam Carving
Seam Carving for Content Aware Image Resizing
Stars: ✭ 202 (-5.16%)
Mutual labels:  opencv
Aveditor
这是一款短视频编辑 SDK,仿 DouYin 音视频处理。功能包含有美颜、滤镜、贴纸、特效、录制、分段录制、速率录制、变声、配乐、rtmp 直播推流、图片转视频、剪辑,mp4/flv 格式封装等功能。动态库用的我另一个项目编译好的 https://github.com/yangkun19921001/AVFFmpegLib
Stars: ✭ 209 (-1.88%)
Mutual labels:  opencv
Traffic Signal Violation Detection System
A Computer Vision based Traffic Signal Violation Detection System from video footage using YOLOv3 & Tkinter. (GUI Included)
Stars: ✭ 200 (-6.1%)
Mutual labels:  opencv
Localexpstereo
Continuous 3D Label Stereo Matching using Local Expansion Moves (TPAMI 2018)
Stars: ✭ 205 (-3.76%)
Mutual labels:  opencv
Opencv Document Scanner
An interactive document scanner built in Python using OpenCV featuring automatic corner detection, image sharpening, and color thresholding.
Stars: ✭ 213 (+0%)
Mutual labels:  opencv
Python vlpr
毕业设计基于Opencv的车牌识别系统
Stars: ✭ 209 (-1.88%)
Mutual labels:  opencv
Ahri
Ahri is an intranet sharing tool. Like VPN
Stars: ✭ 205 (-3.76%)
Mutual labels:  frame

Hand Movement Tracking

This code helps you to understand and track your hand movement using webcam.

Sourcerer

Code Requirements

The example code is in Python (version 2.7 or higher will work). You need to install opencv library

Description

To perform video tracking an algorithm analyzes sequential video frames and outputs the movement of targets between the frames. There are a variety of algorithms, each having strengths and weaknesses. Considering the intended use is important when choosing which algorithm to use. There are two major components of a visual tracking system: target representation and localization, as well as filtering and data association.

Video tracking is the process of locating a moving object (or multiple objects) over time using a camera. It has a variety of uses, some of which are: human-computer interaction, security and surveillance, video communication and compression, augmented reality, traffic control, medical imaging and video editing.

For more information, see

Working Example

Execution

To run the code, type python Write.py

python Write.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].