Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hkedia321/rice-quality-analysis

Classify rice grains by calculating their average length/breadth ratio by using Image processing in python.
https://github.com/hkedia321/rice-quality-analysis

cv2 hacktoberfest image-processing matplotlib numpy python2-7 rice

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/hkedia321/rice-quality-analysis/blob/master/research-paper.pdf). 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](https://github.com/hkedia321/rice-quality-analysis/blob/master/screenshots/images.png)

![Terminal](https://github.com/hkedia321/rice-quality-analysis/blob/master/screenshots/terminal.png)