Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 885 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 885 Bytes

Vision-Project

Course Project for CS463: Fundamentals of Computer Vision

Contributors: Alia Hassan and Shehab Abdel-Salam, The American University in Cairo.

Arm-Tracker is a program that detects Hands in a ROI (lower 2/3) of the frame, masks out the background using our color-space for the skin tone. After masking out, it draws its contours within our certain threshold to remove noise, and then draws the convex hull around the extreme points to have a better representation of the hand. It calculates the centroid of the contours of the detected object and tracks its path within the surrounding pixels, leaving a fading tracking line.

alt text

Skin-tone Masked Out:

Preview