How i can make a 3D segmentation for extract objects from 3D data (cube).
Mostra commenti meno recenti
Hi,
I have a cube data 3D(100,200,30), I am looking to extract the objects including it. I think in segmentation but i didn't find 3D segmentation/ extraction volume shape from this cube data. could you help me, advanced thanks.
Risposte (2)
Image Analyst
il 1 Mag 2013
Can it be thresholded? Like
binaryImage = volumetricImage > thresholdValue;
2 Commenti
ahmad
il 1 Mag 2013
Image Analyst
il 1 Mag 2013
Define "extract". Do you mean like with imcrop() to make a new image from the existing image?
ahmad
il 1 Mag 2013
0 voti
Categorie
Scopri di più su Image Processing Toolbox in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!