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!