andremrezende / rice-quality-analysis

Classify rice grains by calculating their average length/breadth ratio by using Image processing in python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rice quality analysis through image processing

We analyse the quality of rice by calculating the average length/breadth ratio for each rice grain. We use Image processing Based on this ratio, rice quality can be graded. This implementation is based on this research paper. We are using openCV, numpy, and matplotlib libraries in Python 2.

Running Locally

- clone this repo
- install the necessary libraries
- run `python code.py`

Screenshots

Output

Terminal

About

Classify rice grains by calculating their average length/breadth ratio by using Image processing in python.


Languages

Language:Python 100.0%