Measuring the radius of a stationary circle
2 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (2 件)
Carlos
2011 年 12 月 20 日
Looking for the same... anyone available...
2 件のコメント
Image Analyst
2011 年 12 月 20 日
Am I supposed to magically know which of the many Image Processing Toolbox demos you're referring to?
bym
2011 年 12 月 20 日
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
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!