How to convert a volume image to binary?

1 vue (au cours des 30 derniers jours)
sunday nwokolo
sunday nwokolo le 19 Août 2014
I want to convert volume image to binary in matlab, does any one have an idea?

Réponse acceptée

Adam
Adam le 19 Août 2014
binaryVolume = logical( volume );

Plus de réponses (1)

Image Analyst
Image Analyst le 19 Août 2014
Maybe threshold it???
binaryVolumeImage = grayscaleVolumeImage3D > someThresholdValue;

Catégories

En savoir plus sur 3-D Volumetric Image Processing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by