find seed or nearly spheres in 3d image

조회 수: 5 (최근 30일)
Knut Jørgen
Knut Jørgen 2013년 9월 22일
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);

답변 (1개)

Image Analyst
Image Analyst 2013년 9월 22일
'Area' gives volumes for a 3D image, so you're already doing it correctly.

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by