how to create a .mat file
3 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(1 个)
Grzegorz Knor
2013-8-26
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Import, Export, and Conversion 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!