Azzera filtri
Azzera filtri

How to convert the obtained pixel value of an image to a 8 bit binary value?

1 visualizzazione (ultimi 30 giorni)
I have found the pixels of an image.But i don't know how to convert it to binary(8 bit).Can u please help me.

Risposta accettata

Walter Roberson
Walter Roberson il 3 Gen 2017
PixelsBinaryVector = reshape((dec2bin(PixelsArray, 8) - '0').', 1, [])

Più risposte (0)

Categorie

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

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by