A simple beginner project to count number of non connected objects in an Image. Steps to perform the specific operation are :
- Read image
- Grayscale Conversion
- Histogram Plot
- Thresholding
- Masking
- Removing Noise
This project has some simple application to count the number of non connected images for further application. One common example is like,Counting the number of coins on the table,then next step will be identifing coin details 1Rs,2rs etc. So ths advance program has one code snippet of counting number of coins which is this repo itself.