'Area' gives volumes for a 3D image, so you're already doing it correctly.
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 个)
另请参阅
类别
在 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!