Using Matching Filters to Detect Coins in an Image
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
If I have the following image of coins eroded after dilation:
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 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Image Processing Toolbox in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!