help with imfindcircles function
Ältere Kommentare anzeigen
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 Kommentare
yonatan gerufi
am 25 Aug. 2014
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
am 25 Aug. 2014
Image Analyst
am 25 Aug. 2014
Not necessarily. See my answer. It works perfectly with fractional locations.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Computer Vision with Simulink finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!