find seed or nearly spheres in 3d image
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Image Analyst
le 22 Sep 2013
'Area' gives volumes for a 3D image, so you're already doing it correctly.
0 commentaires
Voir également
Catégories
En savoir plus sur 3-D Volumetric Image Processing dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!