Effacer les filtres
Effacer les filtres

How to Segemnt Volume 3D Objects by Pixel gray scale automatically ?

2 vues (au cours des 30 derniers jours)
voxey
voxey le 8 Mar 2019
Commenté : voxey le 11 Mar 2019
How to Segemnt Volume 3D Objects by Pixel gray scale automatically ? can share any idea's?

Réponse acceptée

Image Analyst
Image Analyst le 8 Mar 2019
Perhaps just threshold
binaryImage = volumetricImage3D > someThresholdValue;
  1 commentaire
voxey
voxey le 11 Mar 2019
Thanks Image Analyst, how to set ThresholdValue based on 3D volume image automatically ?

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by