imfindcircles: How to store the center coordinate of the circles when using the function in a for loop?

1 vue (au cours des 30 derniers jours)
The center is saved as a double (3X2)
How can I save the coordinates at the end of each loop without overwriting it?
  7 commentaires
Rik
Rik le 29 Juin 2017
You put this line inside your for-loop: cell2StoreCenters = cell(1,5);
That clears your variable each loop. Place that line of code outside your for-loop and it should work.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by