Algorithm for MajorAxis Length
2 ビュー (過去 30 日間)
古いコメントを表示
i m using Major Axis length command associated with the regionprops command. i m using it on a binary image after using BW=bwlabel(img,8) on the binary image. Further using s=regionprops(BW,'majoraxislength', 'minoraxislength','centroid'). i would want to know the Algorithm behind these parameter calculations using regionprops.
0 件のコメント
採用された回答
sco1
2011 年 4 月 22 日
I don't have this particular toolbox, but you can try:
open regionprops
If you haven't already. If it's not a built in function, it will give you the code.
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!