Extract all pixels values of image in binary form

9 次查看(过去 30 天)
How we can extract all pixel values of image (0-255) in binary form?
  1 个评论
Image Analyst
Image Analyst 2013-4-28
How are you defining image? An array in MATLAB? A disk file? An array on a camera sensor?

请先登录,再进行评论。

回答(1 个)

Chandrasekhar
Chandrasekhar 2013-4-28
use the command imread('image.jpg'); this will extract the pixel values of the image.

Community Treasure Hunt

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

Start Hunting!

Translated by