Phantom cine format and Photron mraw
15 ビュー (過去 30 日間)
古いコメントを表示
Does Matlab have support for reading the Phantom cine image format or the Photron mraw format?
0 件のコメント
回答 (1 件)
AndresVar
2022 年 2 月 10 日
I don't think there is a built in method, but using fread you can open mraw format.
I used this one in the past: Reader class for Photron .mraw-Files - File Exchange - MATLAB Central (mathworks.com)
It re quires some tweaking if you are using newer PFV software that puts header in CHIX file (i have a modified version if needed)
I have not tried this one: Photron MRAW File Reader - File Exchange - MATLAB Central (mathworks.com)
Also if your files are very large, I just recommend saving the frames as separate TIF files. It is easier to backup to the cloud and matlab has builtin method imread (and others) that handles TIF files.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Data Import and Analysis についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!