how to detect circle using hough transform for color image?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Muhammad Hammad Malik
le 7 Mar 2018
Commenté : Anton Riyanto
le 8 Mai 2018
currently i am working to circle the color image using hough transform,but i am unable to do that.kindly guide me. i have extracted color image and now want to circle that by using hough transform or any other good method. thanks
0 commentaires
Réponse acceptée
Paul Shoemaker
le 7 Mar 2018
Have you searched the Matlab File Exchange? This one was featured on the "Pick of the Week" blog and may address your need.
Paul Shoemaker
2 commentaires
Anton Riyanto
le 8 Mai 2018
you should convert image into grayscale im = rgb2gray(imread('coins.png'));
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Image Processing and Computer Vision dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!