Skip to content

A simple Robot which counts the number of containers in a storage room using background subtractor algorithms

Notifications You must be signed in to change notification settings

Rohanmrao/BoxCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Background Subtraction -

Background subtraction is a fundamental technique in computer vision and image processing used to separate foreground objects from the background in a video or image sequence. It plays a crucial role in applications such as object tracking, activity recognition, and surveillance systems.

The goal of background subtraction is to identify the pixels or regions that belong to the stationary background, which can be later classified as the foreground objects. It relies on the assumption that the background is relatively static while the foreground objects are dynamic and exhibit motion.

Key Libraries -

  1. pyFirmata - https://pypi.org/project/pyFirmata/
  2. openCV - https://docs.opencv.org/ (docs)

IOT Analytics - https://thingspeak.com/

About

A simple Robot which counts the number of containers in a storage room using background subtractor algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages