find ellipse in image

4 ビュー (過去 30 日間)
Benigno Barbés Fernández
Benigno Barbés Fernández 2016 年 11 月 18 日
回答済み: Alistair Boettiger 2018 年 1 月 16 日
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.

回答 (1 件)

Alistair Boettiger
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.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by