Clear Filters
Clear Filters

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

1 view (last 30 days)
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.

Accepted Answer

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

More Answers (0)

Categories

Find more on Convert Image Type in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!