How can I use imfindcircles function to find circle centers without sorting
显示 更早的评论
I used imfindcircles to find circles in an image, but the circles found are also sorted based on the strgenth of the circles! I do not want to this function to sort the circles, how can I to do this?
采纳的回答
更多回答(2 个)
Image Analyst
2014-11-25
1 个投票
I don't see anything in the documentation about it doing any kind of sorting, though it might. Let's say you have a dozen circles of different diameters randomly placed around the image. What would you consider to be an unsorted list? Which circle would you put first and which would you put last .
5 个评论
Image Analyst
2014-11-26
Please define "first". And please say what an unsorted list would look like. Anyway, what does it matter? Why do you even care about sorting?
Image Analyst
2014-11-27
OK so it looks like you want the circles sorted in column-major order. I suggest you look at David's answer. By the way, are you looking at a 96 well plate or microarray?
li yan
2014-11-28
If you mean to say that you'd like imfindcircles to also detect even 'weak' circles, than set the 'Sensitivity' parameter to a high value (close to 1).
类别
在 帮助中心 和 File Exchange 中查找有关 Shifting and Sorting Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!