How can I use imfindcircles function to find circle centers without sorting
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (2)
Image Analyst
el 25 de Nov. de 2014
1 voto
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 comentarios
Image Analyst
el 26 de Nov. de 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
el 27 de Nov. de 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
el 28 de Nov. de 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).
Categorías
Más información sobre Shifting and Sorting Matrices en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!