Skip to content

p-ranav/object-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time Object Tracking:

  • Periodically fetches webcam feed
  • Convert RGB image frames to HSV image frames
  • Filters, erodes and dilates the input stream
  • For all filtered objects, finds contours
  • Approximates contours to polygons and draws bounding boxes
  • Using the object center and bounding box, tracks the object

Brown Wallet:

Alt text

Cupcake Box:

Alt text

Green Listerine PocketMist:

Alt text

Blue Green Bottle Cap:

Alt text

White Fire Alarm:

Alt text

White Sticker:

Alt text

About

OpenCV-based Real-time Object Tracking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published