Extract all pixels values of image in binary form
Show older comments
How we can extract all pixel values of image (0-255) in binary form?
1 Comment
Image Analyst
on 28 Apr 2013
How are you defining image? An array in MATLAB? A disk file? An array on a camera sensor?
Answers (1)
Chandrasekhar
on 28 Apr 2013
0 votes
use the command imread('image.jpg'); this will extract the pixel values of the image.
Categories
Find more on Video Formats and Interfaces in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!