Effacer les filtres
Effacer les filtres

database of images in matlab

2 vues (au cours des 30 derniers jours)
sweta arya
sweta arya le 7 Août 2015
Commenté : sweta arya le 8 Août 2015
For accessing images & performing operations of images?which is good option from given below-
  1. creating database in matlab itself
  2. creating mysql database then connect to matlab

Réponse acceptée

Walter Roberson
Walter Roberson le 7 Août 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.
  1 commentaire
sweta arya
sweta arya le 8 Août 2015
Thank you

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by