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

5 views (last 30 days)
How to Segemnt Volume 3D Objects by Pixel gray scale automatically ? can share any idea's?

Accepted Answer

Image Analyst
Image Analyst on 8 Mar 2019
Perhaps just threshold
binaryImage = volumetricImage3D > someThresholdValue;
  1 Comment
voxey
voxey on 11 Mar 2019
Thanks Image Analyst, how to set ThresholdValue based on 3D volume image automatically ?

Sign in to comment.

More Answers (0)

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!