Skip to content

2D polygons shape detection against statuc background. Later, tracking and recognizing those shapes based on unique id.

Notifications You must be signed in to change notification settings

mansooralodhi/cvPolyTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Objective

Detect and track 2D polygons against static background using basic libraries.

Key Features
  • Custom Environment Setup

    • Cemera
    • Background
    • Shapes
  • Polygon Detection

  • Polygon Shape Recognition

  • Polygon Tracking

Problems Addressed
  • Objects overlapping/collision during detection.

  • Minimum object distance treshold during tracking.

  • Similar polygon shapes approximation.

Libraries
  • cv2
  • scipy
  • numpy
  • skimage

Learning Outcome

Understand the underlying logic behind complex algorithms performing object detection and tracking.

About

2D polygons shape detection against statuc background. Later, tracking and recognizing those shapes based on unique id.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages