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

2 次查看(过去 30 天)
How to Segemnt Volume 3D Objects by Pixel gray scale automatically ? can share any idea's?

采纳的回答

Image Analyst
Image Analyst 2019-3-8
Perhaps just threshold
binaryImage = volumetricImage3D > someThresholdValue;

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by