how to detect circle using hough transform for color image?
조회 수: 3 (최근 30일)
이전 댓글 표시
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!