Egg-Counting System Using Image Processing and a Website for Monitoring
Loading...
Date
Journal Title
Journal ISSN
Volume Title
Publisher
Abstract
This paper presents an egg-counting system method that uses a morphological operation and shows the results in real time on a website. The method begins with image acquisition from a Raspberry Pi camera and converts it to greyscale. A Gaussian blur filter is applied to reduce noise, and the blurred image is then converted to a binary image. Next, an opening operation is utilized to delete small objects from the foreground. Finally, the eggs in the image are counted using a contoured matrix, and the number of eggs is shown on a website. The system was able to count 100% of the eggs and showed the number of eggs in real time.