database of images in matlab
1 次查看(过去 30 天)
显示 更早的评论
For accessing images & performing operations of images?which is good option from given below-
- creating database in matlab itself
- creating mysql database then connect to matlab
0 个评论
采纳的回答
Walter Roberson
2015-8-7
Using a real database adds complications: the other software has to be installed and configured, and you have to build the connection to it. For less-demanding operations it is often easier to implement the database in MATLAB.
If, however, performance is an important factor, and especially if reliability of updates is a factor, or if the same database needs to be shared by multiple processes, then it is advised to use a real database.
更多回答(0 个)
另请参阅
类别
在 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!