FightingSu / comp9517_20t3_assn1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assignment description

In this assignment, we are reqiured to analyze the quality of the rice in image. Firstly we have to count down the rice in that image, and then evaluate the rice with provided formula.

So for the first step, we need to separate rice from the background, and then use median filter to wipe out the noises in the image. Then finally countdown the number of rice.

File T3_2020_Assignment1_Updated.pdf provided more information about each algorithm used in this assignment.

The report.md shows the final result generated. Note that, in order to run Assignment1.py, you have to install opencv-python, numpy and matplotlib

About


Languages

Language:Python 100.0%