Using Matching Filters to Detect Coins in an Image
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
If I have the following image of coins eroded after dilation:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/486228/image.jpeg)
and I want to classify them as dimes, nickels, and quarters through three matching filters dimefilter, nickelfilter, and quarterfilter. By knowing the centroids of those circles obtained by using "regionprops" function, how can I for each ith coin centroid compute the jth (If j=1,2, and 3 for dimes, nickels, and quarters filters resp.) matching filter result by computing the correlation between the matching filter and the local region of image pixels that fall within half the matching filter width rows and columns to the centroid.
Thanks in Advance.
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!