why ''regioprops area'' doesn't work?
古いコメントを表示
i have an image B as below http://tinypic.com/view.php?pic=2aaek9c&s=5#.Utm_VBBYkdU and i label it, becase i want to find the area of each line separately. but when i write B2=bwlabel(B) stats=regionprops(B2,area) it returs '' Error using area (line 42) Must supply Y data or X and Y data as first argument(s).'' can somebody tell me what is wrong? thanks a lot!
2 件のコメント
Bruno Pop-Stefanov
2014 年 1 月 17 日
Could you please attach the original image to your question?
Bruno Pop-Stefanov
2014 年 1 月 17 日
Also, you have to write the property you want to extract in quotes:
stats = regionprops(B2, 'Area');
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Region and Image Properties についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!