Finding a curve within an image - tried findcircles but it didn't work
1 回表示 (過去 30 日間)
古いコメントを表示
I am trying to segment some images. I have found a way to filter them and segment them pretty well in most cases, but these images occasionally have issues when my image has the edge of a hole in it. I would still like to be able to analyse these images. First image attached is a good example, second is a bad example. Can anyone help me out? If anyone has any advice as how to go about segmenting these images in general better as well it would be greatly appreciated.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1336404/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1336409/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1336414/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1336419/image.png)
0 件のコメント
回答 (1 件)
Ranjeet
2023 年 5 月 2 日
Hi Lara,
From your description, I understand that you are trying to detect partially visible circles in your images along with complete ones. I suggest you to experiment with Sensitivity parameter of imfindcircles. Increasing the ‘Sensitivity’ detects more circular objects including partially obscured ones.
You may trying different values and check the detections.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Image Segmentation and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!