Extract all pixels values of image in binary form
조회 수: 11 (최근 30일)
이전 댓글 표시
How we can extract all pixel values of image (0-255) in binary form?
댓글 수: 1
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
2013년 4월 28일
use the command imread('image.jpg'); this will extract the pixel values of the image.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!