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

How to Segemnt Volume 3D Objects by Pixel gray scale automatically ? can share any idea's?

 Accepted Answer

Perhaps just threshold
binaryImage = volumetricImage3D > someThresholdValue;

1 Comment

Thanks Image Analyst, how to set ThresholdValue based on 3D volume image automatically ?

Sign in to comment.

More Answers (0)

Categories

Asked:

on 8 Mar 2019

Commented:

on 11 Mar 2019

Community Treasure Hunt

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

Start Hunting!