• This repository has been archived on 06/Aug/2024
  • Stars
    star
    5
  • Rank 2,859,035 (Top 57 %)
  • Language
    C++
  • Created almost 8 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Amr-Tracker: [Computer Vision Project] 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