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

2 visualizaciones (últimos 30 días)
How to Segemnt Volume 3D Objects by Pixel gray scale automatically ? can share any idea's?

Respuesta aceptada

Image Analyst
Image Analyst el 8 de Mzo. de 2019
Perhaps just threshold
binaryImage = volumetricImage3D > someThresholdValue;
  1 comentario
voxey
voxey el 11 de Mzo. de 2019
Thanks Image Analyst, how to set ThresholdValue based on 3D volume image automatically ?

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by