Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
Whether it is possible to get binary value of an image and consider it as a string?

Respuestas (1)

Image Analyst
Image Analyst el 7 de En. de 2017
Yes, use dec2bin()
binaryString = dec2bin(grayImage(row, column));

Categorías

Más información sobre Convert Image Type en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by