Sorry, I forget to mention that I use imfindcircles command. This command advices rmax <3*rmin and rmax-rmin <100.
Circle detection in CTscan
3 次查看(过去 30 天)
显示 更早的评论
Dear specialists, Currently, I have to detect some circles from CT scan images. The sample is as below
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/160344/image.jpeg)
The radius range is from 5-110, so I tried to divide this range into several smaller intervals. However, the results is not adequate. Could anybody please help me to detect them ? Thank you very much.
2 个评论
Spandan Tiwari
2014-4-11
Did you try changing the Sensitivity parameter in imfindcircles? Can you show the code you used?
采纳的回答
Image Analyst
2014-4-7
Did you try imfindcircles()?
11 个评论
Image Analyst
2014-4-12
The standard deviation filter did a pretty good job on the bigger circles. See attached m-file.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/178413/image.jpeg)
更多回答(1 个)
Julia
2015-4-15
This code looks really useful. I tried to use it for the detection of pores in the attached picture. As you can see, especially in the center, the pore spaces are widely connected, so a distinction would be needed. Basically i would like to fit in circles into the pore spaces to get a pore size distribution. Using your proposed code as it is does not help in this case. Could you suggest which parameters to play with in order to make it fit better for less obvious cases like mine?
2 个评论
Image Analyst
2015-4-15
There is no picture attached. I suggest you start a new question with it. You can reference this one if you want.
Julia
2015-4-16
编辑:Julia
2015-4-16
I attached the picture. I will also start a new question. Thanks. http://www.mathworks.com/matlabcentral/answers/203771-detect-highly-connected-pores-in-a-ct-scan
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!