how to create a .mat file
Mostrar comentarios más antiguos
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
Respuestas (1)
Grzegorz Knor
el 26 de Ag. de 2013
0 votos
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 comentarios
ravi
el 26 de Ag. de 2013
Editada: Walter Roberson
el 26 de Ag. de 2013
Walter Roberson
el 26 de Ag. de 2013
Categorías
Más información sobre Audio and Video Data en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!