How to Segemnt Volume 3D Objects by Pixel gray scale automatically ?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
How to Segemnt Volume 3D Objects by Pixel gray scale automatically ? can share any idea's?
0 Commenti
Risposta accettata
Image Analyst
il 8 Mar 2019
Perhaps just threshold
binaryImage = volumetricImage3D > someThresholdValue;
Più risposte (0)
Vedere anche
Categorie
Scopri di più su 3-D Volumetric Image Processing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!