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

2 visualizzazioni (ultimi 30 giorni)
How to Segemnt Volume 3D Objects by Pixel gray scale automatically ? can share any idea's?

Risposta accettata

Image Analyst
Image Analyst il 8 Mar 2019
Perhaps just threshold
binaryImage = volumetricImage3D > someThresholdValue;

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by