Effacer les filtres
Effacer les filtres

how to create a .mat file

2 vues (au cours des 30 derniers jours)
ravi
ravi le 26 Août 2013
hi this ravi,
I have some images and i need to create the .mat file with that images.So that i can load into the matlab program to take it as a positive sample for comparing in train cascade object detector.Please example me with the example.
Thanks in advance

Réponses (1)

Grzegorz Knor
Grzegorz Knor le 26 Août 2013
Use imread function to load images, then you can save you variables in MAT file using save function. MAT-files can be loaded by means of load function.
  2 commentaires
ravi
ravi le 26 Août 2013
Modifié(e) : Walter Roberson le 26 Août 2013
hi Grzegorz Knor,
Please give me detail explanation with one example please.
Thanks in advance.
Walter Roberson
Walter Roberson le 26 Août 2013

Connectez-vous pour commenter.

Catégories

En savoir plus sur Data Import and Analysis dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by