How do I creating a database of image files that is accessible from MATLAB?
1 view (last 30 days)
Show older comments
I need to create a database of some image files and I also need to read the database by using MATLAB code.
3 Comments
Jiro Doke
on 31 Jan 2011
And what exactly do you mean by "database"? A JDBC or ODBC database? Or just a catalog of information that is stored in some format?
Siddharth Shankar
on 1 Feb 2011
The correct subject line for this question should be: "How do I store and retrieve image data from a database <insert database name here>". Please post questions with more descriptive titles.
Answers (1)
Siddharth Shankar
on 31 Jan 2011
You could store the image data into a database as a BLOB (Binary Large Object). I know you can do this in MySQL, you need to check if its possible in your specific database. You would need the Database Toolbox to insert / extract these BLOBs into your database.
2 Comments
Walter Roberson
on 31 Jan 2011
Recently I pointed to an ActiveX control that could handle Blobs without needing the Database Toolbox in itself.
Siddharth Shankar
on 1 Feb 2011
That's great Walter, feel free to post it as another answer for this question.
See Also
Categories
Find more on Database Toolbox 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!