How to Segemnt Volume 3D Objects by Pixel gray scale automatically ?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
voxey
am 8 Mär. 2019
Kommentiert: voxey
am 11 Mär. 2019
How to Segemnt Volume 3D Objects by Pixel gray scale automatically ? can share any idea's?
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 8 Mär. 2019
Perhaps just threshold
binaryImage = volumetricImage3D > someThresholdValue;
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!