how to convert an image into data?
조회 수: 8 (최근 30일)
이전 댓글 표시
what are tools available for converting image into data
댓글 수: 1
채택된 답변
stalin
2014년 12월 17일
read the image using
A = imread('filename.fmt')
- In A u can see the data about the image
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Convert Image Type에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!