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

2 ビュー (過去 30 日間)
voxey
voxey 2019 年 3 月 8 日
コメント済み: voxey 2019 年 3 月 11 日
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;
  1 件のコメント
voxey
voxey 2019 年 3 月 11 日
Thanks Image Analyst, how to set ThresholdValue based on 3D volume image automatically ?

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by