find ellipse in image
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi. I need to automatically find six ellipses in an image like this:

I tried using imfindcircles, but it did not work, because the figures are not circles. Any hint?
Thanks in advance.
0 Kommentare
Antworten (1)
Alistair Boettiger
am 16 Jan. 2018
If you just need the centers of the six ellipses, just increase the sensitivity of imfindcircles. It will tolerate rather non-circular features. You can use a tight radius cutoff to reduce any background.
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!