How to Segemnt Volume 3D Objects by Pixel gray scale automatically ?
1 回表示 (過去 30 日間)
古いコメントを表示
How to Segemnt Volume 3D Objects by Pixel gray scale automatically ? can share any idea's?
0 件のコメント
採用された回答
Image Analyst
2019 年 3 月 8 日
Perhaps just threshold
binaryImage = volumetricImage3D > someThresholdValue;
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で 3-D Volumetric Image Processing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!