How to Segemnt Volume 3D Objects by Pixel gray scale automatically ?
1 view (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 3-D Volumetric Image Processing 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!