Skip to content

ekapujiw2002/EggDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Egg Detection and Count

This project is used to detect and count eggs with the opencv library.

Language License

You can also adjust the radius and area from the settings page.

Description

There are two blue and one green lines in the image. When the egg enters between two blue lines, the detection algorithm starts running.When the green line crosses, the number of eggs is increased by 1.

P.S: I added a video file for testing. You can test it either through the video file or via the ip camera or via your webcam.

Requirements

  • Python 2.7.15+
  • OpenCV 3.4.2+
  • PyQt5 Library(GUI - for Setting page)

Installation

$ brew install python3
$ brew install opencv
or
$ pip3 install opencv-python  
$ pip3 install pyqt5

Feedback

Help / bug fix etc. Feel free to contact out via Mail

Author

Harun Özdemir, harunozdmirr@gmail.com

About

Egg Detection and counting with OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages