How to Segemnt Volume 3D Objects by Pixel gray scale automatically ?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
voxey
el 8 de Mzo. de 2019
Comentada: voxey
el 11 de Mzo. de 2019
How to Segemnt Volume 3D Objects by Pixel gray scale automatically ? can share any idea's?
0 comentarios
Respuesta aceptada
Image Analyst
el 8 de Mzo. de 2019
Perhaps just threshold
binaryImage = volumetricImage3D > someThresholdValue;
Más respuestas (0)
Ver también
Categorías
Más información sobre 3-D Volumetric Image Processing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!