how to convert an image into data?
3 views (last 30 days)
Show older comments
what are tools available for converting image into data
1 Comment
Accepted Answer
stalin
on 17 Dec 2014
read the image using
A = imread('filename.fmt')
- In A u can see the data about the image
More Answers (0)
See Also
Categories
Find more on Convert Image Type in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!