find seed or nearly spheres in 3d image
3 ビュー (過去 30 日間)
古いコメントを表示
Hi I scanned a fruit using an MRI. I am now counting seed. I have used bwconncomp to connect regions in black and white image. Is there any way I can regionprops or similar commands to find volumes instead of areas? Are there any imagetoolbox for 3D images?
Knut J
CC=bwconncomp(bw,4); S = regionprops(CC,'Area','Centroid'); C = labelmatrix(CC);
0 件のコメント
回答 (1 件)
Image Analyst
2013 年 9 月 22 日
'Area' gives volumes for a 3D image, so you're already doing it correctly.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で 3-D Volumetric Image Processing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!