Measuring the radius of a stationary circle

2 vues (au cours des 30 derniers jours)
Judith Amulen
Judith Amulen le 4 Mar 2011
hey could anyone please help me modify the code for measuring the radius of a tape in the IMAGE PROCESSING DEMOS to find the radius of a circle as a whole.

Réponses (2)

Carlos
Carlos le 20 Déc 2011
Looking for the same... anyone available...
  2 commentaires
Sean de Wolski
Sean de Wolski le 20 Déc 2011
What have you done so far?
Image Analyst
Image Analyst le 20 Déc 2011
Am I supposed to magically know which of the many Image Processing Toolbox demos you're referring to?

Connectez-vous pour commenter.


bym
bym le 20 Déc 2011
there is no change (fortunately for you). the line
abc = [x y ones(length(x),1)] \ -(x.^2+y.^2);
performs the same whether the x,y values span an entire circle or an arc of a circle

Catégories

En savoir plus sur Images 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