MaewTeam / EggDetection

Egg Detection and counting with OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%