Skip to content

Wrote a MATLAB code for object detection, in this case, the coins.

Notifications You must be signed in to change notification settings

Sarthug99/coin-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

coin-detection

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:

  1. Convert image to grayscale
  2. Convolution with low pass filter
  3. Image Binarization
  4. Dilation and Erosion
  5. bwlabel algorithm
  6. Counting the number of coins along with pixel sizes.

About

Wrote a MATLAB code for object detection, in this case, the coins.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages