help with imfindcircles function
이전 댓글 표시
i used imfindcircles to detect circles in image and it works good then i tried to get the color of the circles that the function detected but i can't cause the centers that it returned wasn't in pixels !!
댓글 수: 3
yonatan gerufi
2014년 8월 25일
can you give more details?
what does it returns if not pixels?
notice that the function return values are:
[centers, r_estimated, metric] = imfindcircles(varargin)
and that "A can be a grayscale, RGB or binary image".
mohamed samy
2014년 8월 25일
Image Analyst
2014년 8월 25일
Not necessarily. See my answer. It works perfectly with fractional locations.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Computer Vision with Simulink에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!