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

https://github.com/asadiahmad/sun-flower-counter

Automatically counts the number of sunflowers in an image using computer vision techniques with OpenCV
https://github.com/asadiahmad/sun-flower-counter

hsv-color-detection image-processing morphology object-counting opencv

Last synced: about 1 month ago
JSON representation

Automatically counts the number of sunflowers in an image using computer vision techniques with OpenCV

Awesome Lists containing this project

README

          

# Sun-Flower-Counter

This project automatically counts the number of sunflowers in an image using computer vision techniques with OpenCV. It filters colors in HSV space, applies preprocessing (grayscale, binarization, erosion, dilation), and uses connected components to detect individual flowers.

## Tech :hammer_and_wrench: Languages and Tools :


Python 
Jupyter Notebook 
Google Colab 
OpenCV 
Numpy 
MatPlotLib 

- Python : Popular language for implementing Neural Network
- Jupyter Notebook : Best tool for running python cell by cell
- Google Colab : Best Space for running Jupyter Notebook with hosted server
- OpenCV : Best Library for working with images
- Numpy : Best Library for working with arrays in python
- MatPlotLib : Library for showing the charts in python

## 💻 Run the Notebook on Google Colab

You can easily run this code on google colab by just clicking this badge [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/AsadiAhmad/Sun-Flower-Counter/blob/main/Code/Sun_Flower_Counter.ipynb)

## 🪪 License

This project is licensed under the MIT License.