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!