Skip to content

Latest commit

 

History

History

DuckieTracker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

#link: https://www.opencv-srf.com/p/opencv-lessons.html

Duckie Tracker

Inspired on the linked tutorials on color detection, object tracking, and shape detection & tracking using contours build an app that will detect duckies on live video, and highlight in green their simplified contours, in white their bounding rectangles, and in red a line tracking the location of their centres over time.

Other recources:

To do

  • refactor!
  • test with more than one duckie

Tags

#tags:

  • basics
  • algorithms
  • data_structures: trees, graphs
  • strings: regex
  • dates_times: timezones
  • file_management: input, output, folders and files
  • testing
  • exceptions
  • logging
  • object_oriented_programming
  • GUI
  • plotting_data
  • CLI
  • arduino
  • ROS
  • AI_tools: chat GPT
  • databases
  • API
  • web_scraping
  • OpenCV