mmcount.m
If you want to read in the last frame of a .asf file using mmread(), you can read in the entire file, but this can be very slow or cause Matlab to run out of memory.
You can read in only the last frame using mmread(), but to do this, you need to know the number of frames in the file.
mmcount() counts the number of frames in the file, after which mmread() can be used to read in the final frame. The time taken to count the frames and read in the final frame is much less than the time taken to read in the entire file with mmread().
mmcount() makes use of mmread() itself to do the counting.
引用
Kevin Bartlett (2025). mmcount.m (https://www.mathworks.com/matlabcentral/fileexchange/33885-mmcount-m), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
プラットフォームの互換性
Windows macOS Linuxカテゴリ
- FPGA, ASIC, and SoC Development > Vision HDL Toolbox > Video Formats and Interfaces >
- Image Processing and Computer Vision > Vision HDL Toolbox > Video Formats and Interfaces >
タグ
謝辞
ヒントを得たファイル: mmread
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!