How to Segemnt Volume 3D Objects by Pixel gray scale automatically ?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How to Segemnt Volume 3D Objects by Pixel gray scale automatically ? can share any idea's?
0 commentaires
Réponse acceptée
Image Analyst
le 8 Mar 2019
Perhaps just threshold
binaryImage = volumetricImage3D > someThresholdValue;
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!