How can I use imfindcircles function to find circle centers without sorting
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (2)
Image Analyst
am 25 Nov. 2014
1 Stimme
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 Kommentare
Image Analyst
am 26 Nov. 2014
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
am 27 Nov. 2014
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
am 28 Nov. 2014
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).
Kategorien
Mehr zu Shifting and Sorting Matrices finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!