Effacer les filtres
Effacer les filtres

How to convert the decimal value of the image to binary using matlab?

1 vue (au cours des 30 derniers jours)
Veera Kalyani S
Veera Kalyani S le 7 Jan 2017
Whether it is possible to get binary value of an image and consider it as a string?

Réponses (1)

Image Analyst
Image Analyst le 7 Jan 2017
Yes, use dec2bin()
binaryString = dec2bin(grayImage(row, column));

Catégories

En savoir plus sur Convert Image Type 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