database of images in matlab
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
sweta arya
am 7 Aug. 2015
Kommentiert: sweta arya
am 8 Aug. 2015
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 Kommentare
Akzeptierte Antwort
Walter Roberson
am 7 Aug. 2015
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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Database Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!