How can I create MAT file?

I'm doing with object in video tracking, I have a set of 5,000 jpg images, so I'd like to create a file to store those images as I can load all images from a MAT file into MATLAB. Can anyone please guide me how to do that?

 채택된 답변

Jos (10584)
Jos (10584) 2013년 2월 6일

1 개 추천

help imread
help save

댓글 수: 2

Jan
Jan 2013년 2월 6일
+1: exactly.
Pam
Pam 2013년 9월 24일
Thanks

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Jan
Jan 2013년 2월 6일

1 개 추천

Storing pictures in JPEG files is a good idea already. In MAT files they will occupy much more memory such that I guess that the reading will be slower. Anyhow, it works: Create a loop, use IMREAD to import one file, store it in a cell and save this cell at the end in a MAT file using SAVE.

카테고리

질문:

Pam
2013년 2월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by