Wrote a MATLAB code for detecting the number of coins along with their pixel size in the given image.
The approach followed in the code is as follows:
- Convert image to grayscale
- Convolution with low pass filter
- Image Binarization
- Dilation and Erosion
- bwlabel algorithm
- Counting the number of coins along with pixel sizes.