Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
Whether it is possible to get binary value of an image and consider it as a string?

Risposte (1)

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

Categorie

Scopri di più su Convert Image Type in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by