how to detect circle using hough transform for color image?
2 ビュー (過去 30 日間)
古いコメントを表示
Muhammad Hammad Malik
2018 年 3 月 7 日
コメント済み: Anton Riyanto
2018 年 5 月 8 日
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 件のコメント
採用された回答
Paul Shoemaker
2018 年 3 月 7 日
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 件のコメント
Anton Riyanto
2018 年 5 月 8 日
you should convert image into grayscale im = rgb2gray(imread('coins.png'));
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Processing and Computer Vision についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!