find ellipse in image
조회 수: 4 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Alistair Boettiger
2018년 1월 16일
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
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!