How to Segemnt Volume 3D Objects by Pixel gray scale automatically ?
5 views (last 30 days)
Show older comments
How to Segemnt Volume 3D Objects by Pixel gray scale automatically ? can share any idea's?
0 Comments
Accepted Answer
Image Analyst
on 8 Mar 2019
Perhaps just threshold
binaryImage = volumetricImage3D > someThresholdValue;
More Answers (0)
See Also
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!