How do I creating a database of image files that is accessible from MATLAB?
1 次查看(过去 30 天)
显示 更早的评论
I need to create a database of some image files and I also need to read the database by using MATLAB code.
3 个评论
Jiro Doke
2011-1-31
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
2011-2-1
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.
回答(1 个)
Siddharth Shankar
2011-1-31
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 个评论
Walter Roberson
2011-1-31
Recently I pointed to an ActiveX control that could handle Blobs without needing the Database Toolbox in itself.
Siddharth Shankar
2011-2-1
That's great Walter, feel free to post it as another answer for this question.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Database Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!