Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.59 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.59 KB

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, [email protected]